#CDDDD9

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

Shades of Iceberg #CDDDD9

Tints of Iceberg #CDDDD9

Color information

#CDDDD9 (or 0xCDDDD9) is unknown color: approx Iceberg. HEX triplet: CD, DD and D9. RGB value is (205,221,217). Sum of RGB (Red+Green+Blue) = 205+221+217=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDD9 is #322226. Grayscale: #D7D7D7. Windows color (decimal): -3285543 or 14278093. OLE color: 14278093.

HSL color Cylindrical-coordinate representation of color #CDDDD9: hue angle of 165º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDDD9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB205221217-
CMYK0.0700.020.13
HSL165º19.05%83.53%-
HSV(B)165º7.24%86.67%-
XYZ63.5669.775.75-
YUV215.76128.7120.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=31.88%
G=34.37%
B=33.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052212170.0700.020.1316519.0583.53
HexCDDDD9702Da51354
Octal3153353317021524523124
Binary110011011101110111011001111010110110100101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDD9; }

 p { color: rgb(205,221,217); }

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

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

 a { background-color: rgb(205,221,217); }

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

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

 span { border-color: rgb(205,221,217); }

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