#C3DBD6

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

Shades of Iceberg #C3DBD6

Tints of Iceberg #C3DBD6

Color information

#C3DBD6 (or 0xC3DBD6) is unknown color: approx Iceberg. HEX triplet: C3, DB and D6. RGB value is (195,219,214). Sum of RGB (Red+Green+Blue) = 195+219+214=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBD6 is #3C2429. Grayscale: #D3D3D3. Windows color (decimal): -3941418 or 14080963. OLE color: 14080963.

HSL color Cylindrical-coordinate representation of color #C3DBD6: hue angle of 167.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 #C3DBD6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB195219214-
CMYK0.1100.020.14
HSL167.5º25%81.18%-
HSV(B)167.5º10.96%85.88%-
XYZ59.9767.1273.41-
YUV211.25129.55116.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.05%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=31.05%
G=34.87%
B=34.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952192140.1100.020.14167.52581.18
HexC3DBD6B02Ea81951
Octal30333332613021625031121
Binary1100001111011011110101101011010111010101000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBD6; }

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

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

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

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

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

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

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

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