Html Css Color HEX #C5E1DF Jagged Ice

📋 copy color: '#C5E1DF'

red 197 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #C5E1DF

Tints of Jagged Ice #C5E1DF

RGB

 RED value IS 197 (77.34% from 255) = 30.54%

 GREEN value IS 225 (88.28% from 255) = 34.88%

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 30.54%
G = 34.88%
B = 34.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#C5E1DF (or 0xC5E1DF) is known color: Jagged Ice. HEX triplet: C5, E1 and DF. RGB value is (197,225,223). Sum of RGB (Red+Green+Blue) = 197+225+223=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E1DF is #3A1E20. Grayscale: #D8D8D8. Windows color (decimal): -3808801 or 14672325. OLE color: 14672325.

HSL color Cylindrical-coordinate representation of color #C5E1DF: hue angle of 175.71º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5E1DF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 223 -
CMYK 0.12 0 0.01 0.12
HSL 175.71º 0.32% 0.83% -
HSV(B) 175.71º 0.12% 0.88% -
XYZ 63.27 71.05 80.19 -
YUV 216.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 197 225 223 0.12 0 0.01 0.12 175.71 0.32 0.83
Hex C5 E1 DF C 0 1 C B0 20 53
Octal 305 341 337 14 0 1 14 260 40 123
Binary 11000101 11100001 11011111 1100 0 1 1100 10110000 100000 1010011

Color Harmonies of #C5E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E1DF

Black with #C5E1DF

Text Example


Text Example

White with #C5E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E1DF; }

 p { color: rgb(197,225,223); }

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

background-color css

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

 a { background-color: rgb(197,225,223); }

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

border-color css

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

 span { border-color: rgb(197,225,223); }

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