#CDDBD5

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

Shades of Iceberg #CDDBD5

Tints of Iceberg #CDDBD5

Color information

#CDDBD5 (or 0xCDDBD5) is unknown color: approx Iceberg. HEX triplet: CD, DB and D5. RGB value is (205,219,213). Sum of RGB (Red+Green+Blue) = 205+219+213=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBD5 is #32242A. Grayscale: #D6D6D6. Windows color (decimal): -3286059 or 14015437. OLE color: 14015437.

HSL color Cylindrical-coordinate representation of color #CDDBD5: hue angle of 154.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDBD5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB205219213-
CMYK0.0600.030.14
HSL154.29º16.28%83.14%-
HSV(B)154.29º6.39%85.88%-
XYZ62.5268.4572.87-
YUV214.13127.36121.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=32.18%
G=34.38%
B=33.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052192130.0600.030.14154.2916.2883.14
HexCDDBD5603E9a1053
Octal3153333256031623220123
Binary110011011101101111010101110011111010011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBD5; }

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

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

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

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

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

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

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

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