#C3E2DF

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

Shades of Jagged Ice #C3E2DF

Tints of Jagged Ice #C3E2DF

Color information

#C3E2DF (or 0xC3E2DF) is unknown color: approx Jagged Ice. HEX triplet: C3, E2 and DF. RGB value is (195,226,223). Sum of RGB (Red+Green+Blue) = 195+226+223=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E2DF is #3C1D20. Grayscale: #D8D8D8. Windows color (decimal): -3939617 or 14672579. OLE color: 14672579.

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

Color convert

RGB195226223-
CMYK0.1400.010.11
HSL174.19º34.83%82.55%-
HSV(B)174.19º13.72%88.63%-
XYZ63.0271.3280.26-
YUV216.39131.73112.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.28%
GREEN value IS 226 (88.67% from 255) = 35.09%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=30.28%
G=35.09%
B=34.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952262230.1400.010.11174.1934.8382.55
HexC3E2DFE01Bae2353
Octal30334233716011325643123
Binary1100001111100010110111111110011011101011101000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E2DF; }

 p { color: rgb(195,226,223); }

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

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

 a { background-color: rgb(195,226,223); }

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

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

 span { border-color: rgb(195,226,223); }

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