#CECEDD

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

Shades of Lavender Grey #CECEDD

Tints of Lavender Grey #CECEDD

Color information

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

RGB206206221-
CMYK0.070.0700.13
HSL240º18.07%83.73%-
HSV(B)240º6.79%86.67%-
XYZ60.5862.4877.27-
YUV207.71135.5126.78-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062062210.070.0700.1324018.0783.73
HexCECEDD770Df01254
Octal3163163357701536022124
Binary1100111011001110110111011111110110111110000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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