#CDD2CC

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

Shades of Surf Crest #CDD2CC

Tints of Surf Crest #CDD2CC

Color information

#CDD2CC (or 0xCDD2CC) is unknown color: approx Surf Crest. HEX triplet: CD, D2 and CC. RGB value is (205,210,204). Sum of RGB (Red+Green+Blue) = 205+210+204=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2CC is #322D33. Grayscale: #CFCFCF. Windows color (decimal): -3288372 or 13423309. OLE color: 13423309.

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

Color convert

RGB205210204-
CMYK0.0200.030.18
HSL110º6.25%81.18%-
HSV(B)110º2.86%82.35%-
XYZ59.1263.4366.25-
YUV207.82125.84125.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=33.12%
G=33.93%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052102040.0200.030.181106.2581.18
HexCDD2CC203126e651
Octal315322314203221566121
Binary110011011101001011001100100111001011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2CC; }

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

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

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

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

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

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

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

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