#CDDAD5

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

Shades of Iceberg #CDDAD5

Tints of Iceberg #CDDAD5

Color information

#CDDAD5 (or 0xCDDAD5) is unknown color: approx Iceberg. HEX triplet: CD, DA and D5. RGB value is (205,218,213). Sum of RGB (Red+Green+Blue) = 205+218+213=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAD5 is #32252A. Grayscale: #D5D5D5. Windows color (decimal): -3286315 or 14015181. OLE color: 14015181.

HSL color Cylindrical-coordinate representation of color #CDDAD5: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDAD5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB205218213-
CMYK0.0600.020.15
HSL156.92º14.94%82.94%-
HSV(B)156.92º5.96%85.49%-
XYZ62.2667.9372.78-
YUV213.54127.69121.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=32.23%
G=34.28%
B=33.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052182130.0600.020.15156.9214.9482.94
HexCDDAD5602F9df53
Octal3153323256021723517123
Binary11001101110110101101010111001011111001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAD5; }

 p { color: rgb(205,218,213); }

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

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

 a { background-color: rgb(205,218,213); }

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

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

 span { border-color: rgb(205,218,213); }

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