#CED5CC

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

Shades of Surf Crest #CED5CC

Tints of Surf Crest #CED5CC

Color information

#CED5CC (or 0xCED5CC) is unknown color: approx Surf Crest. HEX triplet: CE, D5 and CC. RGB value is (206,213,204). Sum of RGB (Red+Green+Blue) = 206+213+204=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CC is #312A33. Grayscale: #D1D1D1. Windows color (decimal): -3222068 or 13424078. OLE color: 13424078.

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

Color convert

RGB206213204-
CMYK0.0300.040.16
HSL106.67º9.68%81.76%-
HSV(B)106.67º4.23%83.53%-
XYZ60.1565.0766.52-
YUV209.88124.68125.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=33.07%
G=34.19%
B=32.74%

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
Decimal2062132040.0300.040.16106.679.6881.76
HexCED5CC304106ba52
Octal3163253143042015312122
Binary11001110110101011100110011010010000110101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5CC; }

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

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

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

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

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

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

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

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