#CED3CC

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

Shades of Surf Crest #CED3CC

Tints of Surf Crest #CED3CC

Color information

#CED3CC (or 0xCED3CC) is unknown color: approx Surf Crest. HEX triplet: CE, D3 and CC. RGB value is (206,211,204). Sum of RGB (Red+Green+Blue) = 206+211+204=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3CC is #312C33. Grayscale: #D0D0D0. Windows color (decimal): -3222580 or 13423566. OLE color: 13423566.

HSL color Cylindrical-coordinate representation of color #CED3CC: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED3CC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB206211204-
CMYK0.0200.030.17
HSL102.86º7.37%81.37%-
HSV(B)102.86º3.32%82.75%-
XYZ59.6564.0766.35-
YUV208.71125.34126.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=33.17%
G=33.98%
B=32.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062112040.0200.030.17102.867.3781.37
HexCED3CC2031167751
Octal316323314203211477121
Binary110011101101001111001100100111000111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3CC; }

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

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

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

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

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

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

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

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