#CED8CC

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

Shades of Surf Crest #CED8CC

Tints of Surf Crest #CED8CC

Color information

#CED8CC (or 0xCED8CC) is unknown color: approx Surf Crest. HEX triplet: CE, D8 and CC. RGB value is (206,216,204). Sum of RGB (Red+Green+Blue) = 206+216+204=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CC is #312733. Grayscale: #D3D3D3. Windows color (decimal): -3221300 or 13424846. OLE color: 13424846.

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

Color convert

RGB206216204-
CMYK0.0500.060.15
HSL110º13.33%82.35%-
HSV(B)110º5.56%84.71%-
XYZ60.9166.5966.77-
YUV211.64123.69123.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=32.91%
G=34.50%
B=32.59%

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
Decimal2062162040.0500.060.1511013.3382.35
HexCED8CC506F6ed52
Octal3163303145061715615122
Binary11001110110110001100110010101101111110111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8CC; }

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

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

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

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

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

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

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

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