#CED6CC

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

Shades of Surf Crest #CED6CC

Tints of Surf Crest #CED6CC

Color information

#CED6CC (or 0xCED6CC) is unknown color: approx Surf Crest. HEX triplet: CE, D6 and CC. RGB value is (206,214,204). Sum of RGB (Red+Green+Blue) = 206+214+204=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6CC is #312933. Grayscale: #D2D2D2. Windows color (decimal): -3221812 or 13424334. OLE color: 13424334.

HSL color Cylindrical-coordinate representation of color #CED6CC: hue angle of 108º degrees, saturation: 0.11, 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 #CED6CC is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB206214204-
CMYK0.0400.050.16
HSL108º10.87%81.96%-
HSV(B)108º4.67%83.92%-
XYZ60.465.5766.6-
YUV210.47124.35124.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=33.01%
G=34.29%
B=32.69%

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
Decimal2062142040.0400.050.1610810.8781.96
HexCED6CC405106cb52
Octal3163263144052015413122
Binary110011101101011011001100100010110000110110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6CC; }

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

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

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

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

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

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

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

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