#C4DBD5

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

Shades of Iceberg #C4DBD5

Tints of Iceberg #C4DBD5

Color information

#C4DBD5 (or 0xC4DBD5) is unknown color: approx Iceberg. HEX triplet: C4, DB and D5. RGB value is (196,219,213). Sum of RGB (Red+Green+Blue) = 196+219+213=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBD5 is #3B242A. Grayscale: #D3D3D3. Windows color (decimal): -3875883 or 14015428. OLE color: 14015428.

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

Color convert

RGB196219213-
CMYK0.1100.030.14
HSL164.35º24.21%81.37%-
HSV(B)164.35º10.5%85.88%-
XYZ60.1167.272.75-
YUV211.44128.88116.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.21%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=31.21%
G=34.87%
B=33.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192130.1100.030.14164.3524.2181.37
HexC4DBD5B03Ea41851
Octal30433332513031624430121
Binary1100010011011011110101011011011111010100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBD5; }

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

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

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

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

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

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

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

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