Html Css Color HEX #C3ECE3 Jagged Ice

📋 copy color: '#C3ECE3'

red 195 ◦ green 236 ◦ blue 227

#C3ECE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #C3ECE3

Tints of Jagged Ice #C3ECE3

RGB

 RED value IS 195 (76.56% from 255) = 29.64%

 GREEN value IS 236 (92.58% from 255) = 35.87%

 BLUE value IS 227 (89.06% from 255) = 34.5%

R = 29.64%
G = 35.87%
B = 34.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C3ECE3 (or 0xC3ECE3) is known color: Jagged Ice. HEX triplet: C3, EC and E3. RGB value is (195,236,227). Sum of RGB (Red+Green+Blue) = 195+236+227=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3ECE3 is #3C131C. Grayscale: #DEDEDE. Windows color (decimal): -3937053 or 14937283. OLE color: 14937283.

HSL color Cylindrical-coordinate representation of color #C3ECE3: hue angle of 166.83º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3ECE3 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 236 227 -
CMYK 0.17 0 0.04 0.07
HSL 166.83º 0.52% 0.85% -
HSV(B) 166.83º 0.17% 0.93% -
XYZ 66.37 77.14 84.06 -
YUV 222.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 195 236 227 0.17 0 0.04 0.07 166.83 0.52 0.85
Hex C3 EC E3 11 0 4 7 A7 34 55
Octal 303 354 343 21 0 4 7 247 64 125
Binary 11000011 11101100 11100011 10001 0 100 111 10100111 110100 1010101

Color Harmonies of #C3ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ECE3

Black with #C3ECE3

Text Example


Text Example

White with #C3ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ECE3; }

 p { color: rgb(195,236,227); }

 H1.HeaderClassName
 {
   color: #C3ECE3;
 }
 .AnyTagClassName
 {
   color: #C3ECE3;
 }
</style>

background-color css

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

 a { background-color: rgb(195,236,227); }

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

border-color css

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

 span { border-color: rgb(195,236,227); }

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