Html Css Color HEX #C0E4DF Jagged Ice

📋 copy color: '#C0E4DF'

red 192 ◦ green 228 ◦ blue 223

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

Shades of Jagged Ice #C0E4DF

Tints of Jagged Ice #C0E4DF

RGB

 RED value IS 192 (75.39% from 255) = 29.86%

 GREEN value IS 228 (89.45% from 255) = 35.46%

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

R = 29.86%
G = 35.46%
B = 34.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#C0E4DF (or 0xC0E4DF) is known color: Jagged Ice. HEX triplet: C0, E4 and DF. RGB value is (192,228,223). Sum of RGB (Red+Green+Blue) = 192+228+223=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4DF is #3F1B20. Grayscale: #D8D8D8. Windows color (decimal): -4135713 or 14673088. OLE color: 14673088.

HSL color Cylindrical-coordinate representation of color #C0E4DF: hue angle of 171.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E4DF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 228 223 -
CMYK 0.16 0 0.02 0.11
HSL 171.67º 0.4% 0.82% -
HSV(B) 171.67º 0.16% 0.89% -
XYZ 62.8 72.02 80.4 -
YUV 216.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 192 228 223 0.16 0 0.02 0.11 171.67 0.4 0.82
Hex C0 E4 DF 10 0 2 B AC 28 52
Octal 300 344 337 20 0 2 13 254 50 122
Binary 11000000 11100100 11011111 10000 0 10 1011 10101100 101000 1010010

Color Harmonies of #C0E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E4DF

Black with #C0E4DF

Text Example


Text Example

White with #C0E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E4DF; }

 p { color: rgb(192,228,223); }

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

background-color css

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

 a { background-color: rgb(192,228,223); }

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

border-color css

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

 span { border-color: rgb(192,228,223); }

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