#C3E4DC

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

Shades of Jagged Ice #C3E4DC

Tints of Jagged Ice #C3E4DC

Color information

#C3E4DC (or 0xC3E4DC) is unknown color: approx Jagged Ice. HEX triplet: C3, E4 and DC. RGB value is (195,228,220). Sum of RGB (Red+Green+Blue) = 195+228+220=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E4DC is #3C1B23. Grayscale: #D9D9D9. Windows color (decimal): -3939108 or 14476483. OLE color: 14476483.

HSL color Cylindrical-coordinate representation of color #C3E4DC: hue angle of 165.45º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E4DC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB195228220-
CMYK0.1400.040.11
HSL165.45º37.93%82.94%-
HSV(B)165.45º14.47%89.41%-
XYZ63.1772.2678.33-
YUV217.22129.57112.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.33%
GREEN value IS 228 (89.45% from 255) = 35.46%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=30.33%
G=35.46%
B=34.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952282200.1400.040.11165.4537.9382.94
HexC3E4DCE04Ba52653
Octal30334433416041324546123
Binary110000111110010011011100111001001011101001011001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E4DC; }

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

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

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

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

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

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

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

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