#CECDD2

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

Shades of Ghost #CECDD2

Tints of Ghost #CECDD2

Color information

#CECDD2 (or 0xCECDD2) is unknown color: approx Ghost. HEX triplet: CE, CD and D2. RGB value is (206,205,210). Sum of RGB (Red+Green+Blue) = 206+205+210=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 210 - color contains mainly: blue. Hex color #CECDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD2 is #31322D. Grayscale: #CDCDCD. Windows color (decimal): -3224110 or 13815246. OLE color: 13815246.

HSL color Cylindrical-coordinate representation of color #CECDD2: hue angle of 252º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECDD2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206205210-
CMYK0.020.0200.18
HSL252º5.26%81.37%-
HSV(B)252º2.38%82.35%-
XYZ58.9261.4469.73-
YUV205.87130.33128.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=33.17%
G=33.01%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062052100.020.0200.182525.2681.37
HexCECDD222012fc551
Octal316315322220223745121
Binary1100111011001101110100101010010010111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDD2; }

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

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

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

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

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

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

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

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