#C3E5DE

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

Shades of Jagged Ice #C3E5DE

Tints of Jagged Ice #C3E5DE

Color information

#C3E5DE (or 0xC3E5DE) is unknown color: approx Jagged Ice. HEX triplet: C3, E5 and DE. RGB value is (195,229,222). Sum of RGB (Red+Green+Blue) = 195+229+222=646 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.19% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 229 - color contains mainly: green. Hex color #C3E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E5DE is #3C1A21. Grayscale: #DADADA. Windows color (decimal): -3938850 or 14607811. OLE color: 14607811.

HSL color Cylindrical-coordinate representation of color #C3E5DE: hue angle of 167.65º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E5DE is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB195229222-
CMYK0.1500.030.10
HSL167.65º39.53%83.14%-
HSV(B)167.65º14.85%89.8%-
XYZ63.7172.9179.82-
YUV218.04130.24111.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.19%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=30.19%
G=35.45%
B=34.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1952292220.1500.030.10167.6539.5383.14
HexC3E5DEF03Aa82853
Octal30334533617031225050123
Binary11000011111001011101111011110111010101010001010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E5DE; }

 p { color: rgb(195,229,222); }

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

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

 a { background-color: rgb(195,229,222); }

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

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

 span { border-color: rgb(195,229,222); }

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