#C3DBD2

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

Shades of Iceberg #C3DBD2

Tints of Iceberg #C3DBD2

Color information

#C3DBD2 (or 0xC3DBD2) is unknown color: approx Iceberg. HEX triplet: C3, DB and D2. RGB value is (195,219,210). Sum of RGB (Red+Green+Blue) = 195+219+210=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBD2 is #3C242D. Grayscale: #D2D2D2. Windows color (decimal): -3941422 or 13818819. OLE color: 13818819.

HSL color Cylindrical-coordinate representation of color #C3DBD2: hue angle of 157.5º degrees, saturation: 0.25, 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 #C3DBD2 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB195219210-
CMYK0.1100.040.14
HSL157.5º25%81.18%-
HSV(B)157.5º10.96%85.88%-
XYZ59.4766.9270.75-
YUV210.8127.55116.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.25%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 210 (82.42% from 255) = 33.65%
R=31.25%
G=35.10%
B=33.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952192100.1100.040.14157.52581.18
HexC3DBD2B04E9e1951
Octal30333332213041623631121
Binary11000011110110111101001010110100111010011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBD2; }

 p { color: rgb(195,219,210); }

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

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

 a { background-color: rgb(195,219,210); }

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

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

 span { border-color: rgb(195,219,210); }

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