Html Css Color HEX #CECDDE Lavender Grey

📋 copy color: '#CECDDE'

red 206 ◦ green 205 ◦ blue 222

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

Shades of Lavender Grey #CECDDE

Tints of Lavender Grey #CECDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.39%

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 32.54%
G = 32.39%
B = 35.07%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CECDDE (or 0xCECDDE) is known color: Lavender Grey. HEX triplet: CE, CD and DE. RGB value is (206,205,222). Sum of RGB (Red+Green+Blue) = 206+205+222=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #CECDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDE is #313221. Grayscale: #CFCFCF. Windows color (decimal): -3224098 or 14601678. OLE color: 14601678.

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

Color convert

RGB 206 205 222 -
CMYK 0.07 0.08 0 0.13
HSL 243.53º 0.2% 0.84% -
HSV(B) 243.53º 0.08% 0.87% -
XYZ 60.47 62.06 77.9 -
YUV 207.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 206 205 222 0.07 0.08 0 0.13 243.53 0.2 0.84
Hex CE CD DE 7 8 0 D F4 14 54
Octal 316 315 336 7 10 0 15 364 24 124
Binary 11001110 11001101 11011110 111 1000 0 1101 11110100 10100 1010100

Color Harmonies of #CECDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDDE

Black with #CECDDE

Text Example


Text Example

White with #CECDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDDE; }

 p { color: rgb(206,205,222); }

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

background-color css

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

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

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

border-color css

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

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

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