#CED7CC

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

Shades of Surf Crest #CED7CC

Tints of Surf Crest #CED7CC

Color information

#CED7CC (or 0xCED7CC) is unknown color: approx Surf Crest. HEX triplet: CE, D7 and CC. RGB value is (206,215,204). Sum of RGB (Red+Green+Blue) = 206+215+204=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7CC is #312833. Grayscale: #D3D3D3. Windows color (decimal): -3221556 or 13424590. OLE color: 13424590.

HSL color Cylindrical-coordinate representation of color #CED7CC: hue angle of 109.09º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED7CC is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB206215204-
CMYK0.0400.050.16
HSL109.09º12.09%82.16%-
HSV(B)109.09º5.12%84.31%-
XYZ60.6566.0866.69-
YUV211.05124.02124.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=32.96%
G=34.4%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062152040.0400.050.16109.0912.0982.16
HexCED7CC405106dc52
Octal3163273144052015514122
Binary110011101101011111001100100010110000110110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7CC; }

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

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

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

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

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

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

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

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