#CED9CC

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

Shades of Surf Crest #CED9CC

Tints of Surf Crest #CED9CC

Color information

#CED9CC (or 0xCED9CC) is unknown color: approx Surf Crest. HEX triplet: CE, D9 and CC. RGB value is (206,217,204). Sum of RGB (Red+Green+Blue) = 206+217+204=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CC is #312633. Grayscale: #D4D4D4. Windows color (decimal): -3221044 or 13425102. OLE color: 13425102.

HSL color Cylindrical-coordinate representation of color #CED9CC: hue angle of 110.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED9CC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB206217204-
CMYK0.0500.060.15
HSL110.77º14.61%82.55%-
HSV(B)110.77º5.99%85.1%-
XYZ61.1767.1166.86-
YUV212.23123.36123.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=32.85%
G=34.61%
B=32.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062172040.0500.060.15110.7714.6182.55
HexCED9CC506F6ff53
Octal3163313145061715717123
Binary11001110110110011100110010101101111110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9CC; }

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

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

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

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

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

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

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

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