#CDD3CC

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

Shades of Surf Crest #CDD3CC

Tints of Surf Crest #CDD3CC

Color information

#CDD3CC (or 0xCDD3CC) is unknown color: approx Surf Crest. HEX triplet: CD, D3 and CC. RGB value is (205,211,204). Sum of RGB (Red+Green+Blue) = 205+211+204=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3CC is #322C33. Grayscale: #D0D0D0. Windows color (decimal): -3288116 or 13423565. OLE color: 13423565.

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

Color convert

RGB205211204-
CMYK0.0300.030.17
HSL111.43º7.37%81.37%-
HSV(B)111.43º3.32%82.75%-
XYZ59.3763.9366.34-
YUV208.41125.51125.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=33.06%
G=34.03%
B=32.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052112040.0300.030.17111.437.3781.37
HexCDD3CC303116f751
Octal315323314303211577121
Binary110011011101001111001100110111000111011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3CC; }

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

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

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

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

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

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

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

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