#CDD0CC

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

Shades of Surf Crest #CDD0CC

Tints of Surf Crest #CDD0CC

Color information

#CDD0CC (or 0xCDD0CC) is unknown color: approx Surf Crest. HEX triplet: CD, D0 and CC. RGB value is (205,208,204). Sum of RGB (Red+Green+Blue) = 205+208+204=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0CC is #322F33. Grayscale: #CECECE. Windows color (decimal): -3288884 or 13422797. OLE color: 13422797.

HSL color Cylindrical-coordinate representation of color #CDD0CC: hue angle of 105º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD0CC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB205208204-
CMYK0.0100.020.18
HSL105º4.08%80.78%-
HSV(B)105º1.92%81.57%-
XYZ58.6362.4566.09-
YUV206.65126.51126.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=33.23%
G=33.71%
B=33.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052082040.0100.020.181054.0880.78
HexCDD0CC1021269451
Octal315320314102221514121
Binary11001101110100001100110010101001011010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0CC; }

 p { color: rgb(205,208,204); }

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

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

 a { background-color: rgb(205,208,204); }

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

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

 span { border-color: rgb(205,208,204); }

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