Html Css Color HEX #CECEDD Lavender Grey

📋 copy color: '#CECEDD'

red 206 ◦ green 206 ◦ blue 221

#CECEDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #CECEDD

Tints of Lavender Grey #CECEDD

RGB

 RED value IS 206 (80.86% from 255) = 32.54%

 GREEN value IS 206 (80.86% from 255) = 32.54%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 32.54%
G = 32.54%
B = 34.91%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CECEDD (or 0xCECEDD) is known color: Lavender Grey. HEX triplet: CE, CE and DD. RGB value is (206,206,221). Sum of RGB (Red+Green+Blue) = 206+206+221=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEDD is #313122. Grayscale: #CFCFCF. Windows color (decimal): -3223843 or 14536398. OLE color: 14536398.

HSL color Cylindrical-coordinate representation of color #CECEDD: hue angle of 240º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECEDD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 206 221 -
CMYK 0.07 0.07 0 0.13
HSL 240º 0.18% 0.84% -
HSV(B) 240º 0.07% 0.87% -
XYZ 60.58 62.48 77.27 -
YUV 207.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 206 206 221 0.07 0.07 0 0.13 240 0.18 0.84
Hex CE CE DD 7 7 0 D F0 12 54
Octal 316 316 335 7 7 0 15 360 22 124
Binary 11001110 11001110 11011101 111 111 0 1101 11110000 10010 1010100

Color Harmonies of #CECEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEDD

Black with #CECEDD

Text Example


Text Example

White with #CECEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEDD; }

 p { color: rgb(206,206,221); }

 H1.HeaderClassName
 {
   color: #CECEDD;
 }
 .AnyTagClassName
 {
   color: #CECEDD;
 }
</style>

background-color css

<style>
 a { background-color: #CECEDD; }

 a { background-color: rgb(206,206,221); }

 div.DivClassName
 {
   background-color: #CECEDD;
 }
 .BgClassName
 {
   background-color: #CECEDD;
 }
</style>

border-color css

<style>
 span { border-color: #CECEDD; }

 span { border-color: rgb(206,206,221); }

 td.TdClassName
 {
   border-color: #CECEDD;
 }
 .TagClassName
 {
   border-color: #CECEDD;
 }
</style>