#C3DCD6

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

Shades of Iceberg #C3DCD6

Tints of Iceberg #C3DCD6

Color information

#C3DCD6 (or 0xC3DCD6) is unknown color: approx Iceberg. HEX triplet: C3, DC and D6. RGB value is (195,220,214). Sum of RGB (Red+Green+Blue) = 195+220+214=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCD6 is #3C2329. Grayscale: #D3D3D3. Windows color (decimal): -3941162 or 14081219. OLE color: 14081219.

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

Color convert

RGB195220214-
CMYK0.1100.030.14
HSL165.6º26.32%81.37%-
HSV(B)165.6º11.36%86.27%-
XYZ60.2467.6473.5-
YUV211.84129.22115.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.00%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=31.00%
G=34.98%
B=34.02%

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
Decimal1952202140.1100.030.14165.626.3281.37
HexC3DCD6B03Ea61a51
Octal30333432613031624632121
Binary1100001111011100110101101011011111010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCD6; }

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

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

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

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

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

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

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

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