#CDDDD6

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

Shades of Iceberg #CDDDD6

Tints of Iceberg #CDDDD6

Color information

#CDDDD6 (or 0xCDDDD6) is unknown color: approx Iceberg. HEX triplet: CD, DD and D6. RGB value is (205,221,214). Sum of RGB (Red+Green+Blue) = 205+221+214=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDD6 is #322229. Grayscale: #D7D7D7. Windows color (decimal): -3285546 or 14081485. OLE color: 14081485.

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

Color convert

RGB205221214-
CMYK0.0700.030.13
HSL153.75º19.05%83.53%-
HSV(B)153.75º7.24%86.67%-
XYZ63.1769.5573.71-
YUV215.42127.2120.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=32.03%
G=34.53%
B=33.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052212140.0700.030.13153.7519.0583.53
HexCDDDD6703D9a1354
Octal3153353267031523223124
Binary110011011101110111010110111011110110011010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDD6; }

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

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

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

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

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

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

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

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