#C3DCD4

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

Shades of Iceberg #C3DCD4

Tints of Iceberg #C3DCD4

Color information

#C3DCD4 (or 0xC3DCD4) is unknown color: approx Iceberg. HEX triplet: C3, DC and D4. RGB value is (195,220,212). Sum of RGB (Red+Green+Blue) = 195+220+212=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCD4 is #3C232B. Grayscale: #D3D3D3. Windows color (decimal): -3941164 or 13950147. OLE color: 13950147.

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

Color convert

RGB195220212-
CMYK0.1100.040.14
HSL160.8º26.32%81.37%-
HSV(B)160.8º11.36%86.27%-
XYZ59.9867.5472.16-
YUV211.61128.22116.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.10%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=31.10%
G=35.09%
B=33.81%

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
Decimal1952202120.1100.040.14160.826.3281.37
HexC3DCD4B04Ea11a51
Octal30333432413041624132121
Binary11000011110111001101010010110100111010100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCD4; }

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

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

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

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

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

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

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

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