#CED8CA

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

Shades of Surf Crest #CED8CA

Tints of Surf Crest #CED8CA

Color information

#CED8CA (or 0xCED8CA) is unknown color: approx Surf Crest. HEX triplet: CE, D8 and CA. RGB value is (206,216,202). Sum of RGB (Red+Green+Blue) = 206+216+202=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CA is #312735. Grayscale: #D3D3D3. Windows color (decimal): -3221302 or 13293774. OLE color: 13293774.

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

Color convert

RGB206216202-
CMYK0.0500.060.15
HSL102.86º15.22%81.96%-
HSV(B)102.86º6.48%84.71%-
XYZ60.6766.565.51-
YUV211.41122.69124.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=33.01%
G=34.62%
B=32.37%

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
Decimal2062162020.0500.060.15102.8615.2281.96
HexCED8CA506F67f52
Octal3163303125061714717122
Binary11001110110110001100101010101101111110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8CA; }

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

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

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

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

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

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

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

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