#CED4CC

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

Shades of Surf Crest #CED4CC

Tints of Surf Crest #CED4CC

Color information

#CED4CC (or 0xCED4CC) is unknown color: approx Surf Crest. HEX triplet: CE, D4 and CC. RGB value is (206,212,204). Sum of RGB (Red+Green+Blue) = 206+212+204=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4CC is #312B33. Grayscale: #D1D1D1. Windows color (decimal): -3222324 or 13423822. OLE color: 13423822.

HSL color Cylindrical-coordinate representation of color #CED4CC: hue angle of 105º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED4CC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB206212204-
CMYK0.0300.040.17
HSL105º8.51%81.57%-
HSV(B)105º3.77%83.14%-
XYZ59.964.5766.43-
YUV209.29125.01125.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=33.12%
G=34.08%
B=32.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062122040.0300.040.171058.5181.57
HexCED4CC3041169952
Octal3163243143042115111122
Binary11001110110101001100110011010010001110100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4CC; }

 p { color: rgb(206,212,204); }

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

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

 a { background-color: rgb(206,212,204); }

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

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

 span { border-color: rgb(206,212,204); }

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