#CECDD9

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

Shades of Lavender Grey #CECDD9

Tints of Lavender Grey #CECDD9

Color information

#CECDD9 (or 0xCECDD9) is unknown color: approx Lavender Grey. HEX triplet: CE, CD and D9. RGB value is (206,205,217). Sum of RGB (Red+Green+Blue) = 206+205+217=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: blue. Hex color #CECDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD9 is #313226. Grayscale: #CECECE. Windows color (decimal): -3224103 or 14273998. OLE color: 14273998.

HSL color Cylindrical-coordinate representation of color #CECDD9: hue angle of 245º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECDD9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206205217-
CMYK0.050.0600.15
HSL245º13.64%82.75%-
HSV(B)245º5.53%85.1%-
XYZ59.8161.7974.42-
YUV206.67133.83127.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=32.80%
G=32.64%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062052170.050.0600.1524513.6482.75
HexCECDD9560Ff5e53
Octal3163153315601736516123
Binary110011101100110111011001101110011111111010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDD9; }

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

 H1.HeaderClassName
 {
   color: #CECDD9;
 }
 .AnyTagClassName
 {
   color: #CECDD9;
 }
</style>
background-color css

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

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

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

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

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

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