#CED8CB

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

Shades of Surf Crest #CED8CB

Tints of Surf Crest #CED8CB

Color information

#CED8CB (or 0xCED8CB) is unknown color: approx Surf Crest. HEX triplet: CE, D8 and CB. RGB value is (206,216,203). Sum of RGB (Red+Green+Blue) = 206+216+203=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CB is #312734. Grayscale: #D3D3D3. Windows color (decimal): -3221301 or 13359310. OLE color: 13359310.

HSL color Cylindrical-coordinate representation of color #CED8CB: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED8CB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB206216203-
CMYK0.0500.060.15
HSL106.15º14.29%82.16%-
HSV(B)106.15º6.02%84.71%-
XYZ60.7966.5566.14-
YUV211.53123.19124.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=32.96%
G=34.56%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062162030.0500.060.15106.1514.2982.16
HexCED8CB506F6ae52
Octal3163303135061715216122
Binary11001110110110001100101110101101111110101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8CB; }

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

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

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

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

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

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

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

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