Html Css Color HEX #C1EDE3 Jagged Ice

📋 copy color: '#C1EDE3'

red 193 ◦ green 237 ◦ blue 227

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

Shades of Jagged Ice #C1EDE3

Tints of Jagged Ice #C1EDE3

RGB

 RED value IS 193 (75.78% from 255) = 29.38%

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

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

R = 29.38%
G = 36.07%
B = 34.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C1EDE3 (or 0xC1EDE3) is known color: Jagged Ice. HEX triplet: C1, ED and E3. RGB value is (193,237,227). Sum of RGB (Red+Green+Blue) = 193+237+227=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDE3 is #3E121C. Grayscale: #DEDEDE. Windows color (decimal): -4067869 or 14937537. OLE color: 14937537.

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

Color convert

RGB 193 237 227 -
CMYK 0.19 0 0.04 0.07
HSL 166.36º 0.55% 0.84% -
HSV(B) 166.36º 0.19% 0.93% -
XYZ 66.14 77.45 84.14 -
YUV 222.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 193 237 227 0.19 0 0.04 0.07 166.36 0.55 0.84
Hex C1 ED E3 13 0 4 7 A6 37 54
Octal 301 355 343 23 0 4 7 246 67 124
Binary 11000001 11101101 11100011 10011 0 100 111 10100110 110111 1010100

Color Harmonies of #C1EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EDE3

Black with #C1EDE3

Text Example


Text Example

White with #C1EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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