#CED6CD

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

Shades of Surf Crest #CED6CD

Tints of Surf Crest #CED6CD

Color information

#CED6CD (or 0xCED6CD) is unknown color: approx Surf Crest. HEX triplet: CE, D6 and CD. RGB value is (206,214,205). Sum of RGB (Red+Green+Blue) = 206+214+205=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6CD is #312932. Grayscale: #D2D2D2. Windows color (decimal): -3221811 or 13489870. OLE color: 13489870.

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

Color convert

RGB206214205-
CMYK0.0400.040.16
HSL113.33º9.89%82.16%-
HSV(B)113.33º4.21%83.92%-
XYZ60.5265.6267.23-
YUV210.58124.85124.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=32.96%
G=34.24%
B=32.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062142050.0400.040.16113.339.8982.16
HexCED6CD4041071a52
Octal3163263154042016112122
Binary110011101101011011001101100010010000111000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6CD; }

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

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

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

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

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

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

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

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