#CDD4CC

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

Shades of Surf Crest #CDD4CC

Tints of Surf Crest #CDD4CC

Color information

#CDD4CC (or 0xCDD4CC) is unknown color: approx Surf Crest. HEX triplet: CD, D4 and CC. RGB value is (205,212,204). Sum of RGB (Red+Green+Blue) = 205+212+204=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4CC is #322B33. Grayscale: #D1D1D1. Windows color (decimal): -3287860 or 13423821. OLE color: 13423821.

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

Color convert

RGB205212204-
CMYK0.0300.040.17
HSL112.5º8.51%81.57%-
HSV(B)112.5º3.77%83.14%-
XYZ59.6264.4366.42-
YUV208.99125.18125.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=33.01%
G=34.14%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052122040.0300.040.17112.58.5181.57
HexCDD4CC3041170952
Octal3153243143042116011122
Binary11001101110101001100110011010010001111000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4CC; }

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

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

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

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

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

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

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

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