#CDDFDB

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

Shades of Iceberg #CDDFDB

Tints of Iceberg #CDDFDB

Color information

#CDDFDB (or 0xCDDFDB) is unknown color: approx Iceberg. HEX triplet: CD, DF and DB. RGB value is (205,223,219). Sum of RGB (Red+Green+Blue) = 205+223+219=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFDB is #322024. Grayscale: #D9D9D9. Windows color (decimal): -3285029 or 14409677. OLE color: 14409677.

HSL color Cylindrical-coordinate representation of color #CDDFDB: hue angle of 166.67º 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 #CDDFDB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB205223219-
CMYK0.0800.020.13
HSL166.67º21.95%83.92%-
HSV(B)166.67º8.07%87.45%-
XYZ64.3570.8777.31-
YUV217.16129.04119.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=31.68%
G=34.47%
B=33.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232190.0800.020.13166.6721.9583.92
HexCDDFDB802Da71654
Octal31533733310021524726124
Binary1100110111011111110110111000010110110100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFDB; }

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

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

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

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

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

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

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

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