#CECDDE

Color #CECDDE Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #CECDDE

Tints of Lavender Grey #CECDDE

Color information

#CECDDE (or 0xCECDDE) is unknown color: approx 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

RGB206205222-
CMYK0.070.0800.13
HSL243.53º20.48%83.73%-
HSV(B)243.53º7.66%87.06%-
XYZ60.4762.0677.9-
YUV207.24136.33127.12-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062052220.070.0800.13243.5320.4883.73
HexCECDDE780Df41454
Octal31631533671001536424124
Binary11001110110011011101111011110000110111110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>