Html Css Color HEX #C0E0DD Jagged Ice

📋 copy color: '#C0E0DD'

red 192 ◦ green 224 ◦ blue 221

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

Shades of Jagged Ice #C0E0DD

Tints of Jagged Ice #C0E0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.16%

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

R = 30.14%
G = 35.16%
B = 34.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#C0E0DD (or 0xC0E0DD) is known color: Jagged Ice. HEX triplet: C0, E0 and DD. RGB value is (192,224,221). Sum of RGB (Red+Green+Blue) = 192+224+221=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0DD is #3F1F22. Grayscale: #D6D6D6. Windows color (decimal): -4136739 or 14540992. OLE color: 14540992.

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

Color convert

RGB 192 224 221 -
CMYK 0.14 0 0.01 0.12
HSL 174.38º 0.34% 0.82% -
HSV(B) 174.38º 0.14% 0.88% -
XYZ 61.45 69.74 78.63 -
YUV 214.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 192 224 221 0.14 0 0.01 0.12 174.38 0.34 0.82
Hex C0 E0 DD E 0 1 C AE 22 52
Octal 300 340 335 16 0 1 14 256 42 122
Binary 11000000 11100000 11011101 1110 0 1 1100 10101110 100010 1010010

Color Harmonies of #C0E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0DD

Black with #C0E0DD

Text Example


Text Example

White with #C0E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E0DD; }

 p { color: rgb(192,224,221); }

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

background-color css

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

 a { background-color: rgb(192,224,221); }

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

border-color css

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

 span { border-color: rgb(192,224,221); }

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