#CECDDF

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

Shades of Lavender Grey #CECDDF

Tints of Lavender Grey #CECDDF

Color information

#CECDDF (or 0xCECDDF) is unknown color: approx Lavender Grey. HEX triplet: CE, CD and DF. RGB value is (206,205,223). Sum of RGB (Red+Green+Blue) = 206+205+223=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CECDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDF is #313220. Grayscale: #CFCFCF. Windows color (decimal): -3224097 or 14667214. OLE color: 14667214.

HSL color Cylindrical-coordinate representation of color #CECDDF: hue angle of 243.33º degrees, saturation: 0.22, 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 #CECDDF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206205223-
CMYK0.080.0800.13
HSL243.33º21.95%83.92%-
HSV(B)243.33º8.07%87.45%-
XYZ60.662.1178.61-
YUV207.35136.83127.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=32.49%
G=32.33%
B=35.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062052230.080.0800.13243.3321.9583.92
HexCECDDF880Df31654
Octal316315337101001536326124
Binary110011101100110111011111100010000110111110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDDF; }

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

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

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

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

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

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

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

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