#CDDFD6

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

Shades of Iceberg #CDDFD6

Tints of Iceberg #CDDFD6

Color information

#CDDFD6 (or 0xCDDFD6) is unknown color: approx Iceberg. HEX triplet: CD, DF and D6. RGB value is (205,223,214). Sum of RGB (Red+Green+Blue) = 205+223+214=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFD6 is #322029. Grayscale: #D8D8D8. Windows color (decimal): -3285034 or 14081997. OLE color: 14081997.

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

Color convert

RGB205223214-
CMYK0.0800.040.13
HSL150º21.95%83.92%-
HSV(B)150º8.07%87.45%-
XYZ63.770.6173.89-
YUV216.59126.54119.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=31.93%
G=34.74%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232140.0800.040.1315021.9583.92
HexCDDFD6804D961654
Octal31533732610041522626124
Binary11001101110111111101011010000100110110010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFD6; }

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

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

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

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

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

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

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

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