#CED5CD

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

Shades of Surf Crest #CED5CD

Tints of Surf Crest #CED5CD

Color information

#CED5CD (or 0xCED5CD) is unknown color: approx Surf Crest. HEX triplet: CE, D5 and CD. RGB value is (206,213,205). Sum of RGB (Red+Green+Blue) = 206+213+205=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CD is #312A32. Grayscale: #D2D2D2. Windows color (decimal): -3222067 or 13489614. OLE color: 13489614.

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

Color convert

RGB206213205-
CMYK0.0300.040.16
HSL112.5º8.7%81.96%-
HSV(B)112.5º3.76%83.53%-
XYZ60.2765.1267.15-
YUV210125.18125.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=33.01%
G=34.13%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062132050.0300.040.16112.58.781.96
HexCED5CD3041070952
Octal3163253153042016011122
Binary11001110110101011100110111010010000111000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5CD; }

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

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

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

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

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

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

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

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