Html Css Color HEX #C1E5DD Jagged Ice

📋 copy color: '#C1E5DD'

red 193 ◦ green 229 ◦ blue 221

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

Shades of Jagged Ice #C1E5DD

Tints of Jagged Ice #C1E5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.61%

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 30.02%
G = 35.61%
B = 34.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#C1E5DD (or 0xC1E5DD) is known color: Jagged Ice. HEX triplet: C1, E5 and DD. RGB value is (193,229,221). Sum of RGB (Red+Green+Blue) = 193+229+221=643 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.02% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E5DD is #3E1A22. Grayscale: #D9D9D9. Windows color (decimal): -4069923 or 14542273. OLE color: 14542273.

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

Color convert

RGB 193 229 221 -
CMYK 0.16 0 0.03 0.10
HSL 166.67º 0.41% 0.83% -
HSV(B) 166.67º 0.16% 0.9% -
XYZ 63.06 72.6 79.1 -
YUV 217.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 193 229 221 0.16 0 0.03 0.10 166.67 0.41 0.83
Hex C1 E5 DD 10 0 3 A A7 29 53
Octal 301 345 335 20 0 3 12 247 51 123
Binary 11000001 11100101 11011101 10000 0 11 1010 10100111 101001 1010011

Color Harmonies of #C1E5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E5DD

Black with #C1E5DD

Text Example


Text Example

White with #C1E5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E5DD; }

 p { color: rgb(193,229,221); }

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

background-color css

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

 a { background-color: rgb(193,229,221); }

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

border-color css

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

 span { border-color: rgb(193,229,221); }

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