#CED5CB

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

Shades of Surf Crest #CED5CB

Tints of Surf Crest #CED5CB

Color information

#CED5CB (or 0xCED5CB) is unknown color: approx Surf Crest. HEX triplet: CE, D5 and CB. RGB value is (206,213,203). Sum of RGB (Red+Green+Blue) = 206+213+203=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CB is #312A34. Grayscale: #D1D1D1. Windows color (decimal): -3222069 or 13358542. OLE color: 13358542.

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

Color convert

RGB206213203-
CMYK0.0300.050.16
HSL102º10.64%81.57%-
HSV(B)102º4.69%83.53%-
XYZ60.0365.0265.89-
YUV209.77124.18125.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=33.12%
G=34.24%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062132030.0300.050.1610210.6481.57
HexCED5CB3051066b52
Octal3163253133052014613122
Binary11001110110101011100101111010110000110011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5CB; }

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

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

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

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

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

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

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

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