#CDDFD9

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

Shades of Iceberg #CDDFD9

Tints of Iceberg #CDDFD9

Color information

#CDDFD9 (or 0xCDDFD9) is unknown color: approx Iceberg. HEX triplet: CD, DF and D9. RGB value is (205,223,217). Sum of RGB (Red+Green+Blue) = 205+223+217=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFD9 is #322026. Grayscale: #D8D8D8. Windows color (decimal): -3285031 or 14278605. OLE color: 14278605.

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

Color convert

RGB205223217-
CMYK0.0800.030.13
HSL160º21.95%83.92%-
HSV(B)160º8.07%87.45%-
XYZ64.0970.7675.93-
YUV216.93128.04119.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 217 (85.16% from 255) = 33.64%
R=31.78%
G=34.57%
B=33.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232170.0800.030.1316021.9583.92
HexCDDFD9803Da01654
Octal31533733110031524026124
Binary1100110111011111110110011000011110110100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFD9; }

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

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

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

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

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

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

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

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