#CECDDC

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

Shades of Lavender Grey #CECDDC

Tints of Lavender Grey #CECDDC

Color information

#CECDDC (or 0xCECDDC) is unknown color: approx Lavender Grey. HEX triplet: CE, CD and DC. RGB value is (206,205,220). Sum of RGB (Red+Green+Blue) = 206+205+220=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDC is #313223. Grayscale: #CECECE. Windows color (decimal): -3224100 or 14470606. OLE color: 14470606.

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

Color convert

RGB206205220-
CMYK0.060.0700.14
HSL244º17.65%83.33%-
HSV(B)244º6.82%86.27%-
XYZ60.261.9576.49-
YUV207.01135.33127.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=32.65%
G=32.49%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062052200.060.0700.1424417.6583.33
HexCECDDC670Ef41253
Octal3163153346701636422123
Binary1100111011001101110111001101110111011110100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDDC; }

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

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

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

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

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

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

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

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