#CDD5D2

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

Shades of Iceberg #CDD5D2

Tints of Iceberg #CDD5D2

Color information

#CDD5D2 (or 0xCDD5D2) is unknown color: approx Iceberg. HEX triplet: CD, D5 and D2. RGB value is (205,213,210). Sum of RGB (Red+Green+Blue) = 205+213+210=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D2 is #322A2D. Grayscale: #D2D2D2. Windows color (decimal): -3287598 or 13817293. OLE color: 13817293.

HSL color Cylindrical-coordinate representation of color #CDD5D2: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5D2 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB205213210-
CMYK0.0400.010.16
HSL157.5º8.7%81.96%-
HSV(B)157.5º3.76%83.53%-
XYZ60.665.2270.37-
YUV210.27127.85124.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=32.64%
G=33.92%
B=33.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052132100.0400.010.16157.58.781.96
HexCDD5D2401109d952
Octal3153253224012023511122
Binary11001101110101011101001010001100001001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5D2; }

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

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

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

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

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

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

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

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