#CDDED6

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

Shades of Iceberg #CDDED6

Tints of Iceberg #CDDED6

Color information

#CDDED6 (or 0xCDDED6) is unknown color: approx Iceberg. HEX triplet: CD, DE and D6. RGB value is (205,222,214). Sum of RGB (Red+Green+Blue) = 205+222+214=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDED6 is #322129. Grayscale: #D8D8D8. Windows color (decimal): -3285290 or 14081741. OLE color: 14081741.

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

Color convert

RGB205222214-
CMYK0.0800.040.13
HSL151.76º20.48%83.73%-
HSV(B)151.76º7.66%87.06%-
XYZ63.4470.0873.8-
YUV216126.87120.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=31.98%
G=34.63%
B=33.39%

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
Decimal2052222140.0800.040.13151.7620.4883.73
HexCDDED6804D981454
Octal31533632610041523024124
Binary11001101110111101101011010000100110110011000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDED6; }

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

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

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

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

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

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

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

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