#C3EBE4

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

Shades of Jagged Ice #C3EBE4

Tints of Jagged Ice #C3EBE4

Color information

#C3EBE4 (or 0xC3EBE4) is unknown color: approx Jagged Ice. HEX triplet: C3, EB and E4. RGB value is (195,235,228). Sum of RGB (Red+Green+Blue) = 195+235+228=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EBE4 is #3C141B. Grayscale: #DEDEDE. Windows color (decimal): -3937308 or 15002563. OLE color: 15002563.

HSL color Cylindrical-coordinate representation of color #C3EBE4: hue angle of 169.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3EBE4 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB195235228-
CMYK0.1700.030.08
HSL169.5º50%84.31%-
HSV(B)169.5º17.02%92.16%-
XYZ66.2276.6284.7-
YUV222.24131.25108.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.64%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 228 (89.45% from 255) = 34.65%
R=29.64%
G=35.71%
B=34.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952352280.1700.030.08169.55084.31
HexC3EBE411038aa3254
Octal30335334421031025262124
Binary110000111110101111100100100010111000101010101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EBE4; }

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

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

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

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

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

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

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

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