Html Css Color HEX #C3EDE3 Jagged Ice

📋 copy color: '#C3EDE3'

red 195 ◦ green 237 ◦ blue 227

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

Shades of Jagged Ice #C3EDE3

Tints of Jagged Ice #C3EDE3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.96%

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

R = 29.59%
G = 35.96%
B = 34.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C3EDE3 (or 0xC3EDE3) is known color: Jagged Ice. HEX triplet: C3, ED and E3. RGB value is (195,237,227). Sum of RGB (Red+Green+Blue) = 195+237+227=659 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.59% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDE3 is #3C121C. Grayscale: #DFDFDF. Windows color (decimal): -3936797 or 14937539. OLE color: 14937539.

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

Color convert

RGB 195 237 227 -
CMYK 0.18 0 0.04 0.07
HSL 165.71º 0.54% 0.85% -
HSV(B) 165.71º 0.18% 0.93% -
XYZ 66.65 77.72 84.16 -
YUV 223.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 195 237 227 0.18 0 0.04 0.07 165.71 0.54 0.85
Hex C3 ED E3 12 0 4 7 A6 36 55
Octal 303 355 343 22 0 4 7 246 66 125
Binary 11000011 11101101 11100011 10010 0 100 111 10100110 110110 1010101

Color Harmonies of #C3EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EDE3

Black with #C3EDE3

Text Example


Text Example

White with #C3EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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