Html Css Color HEX #C0DEDC Jagged Ice

📋 copy color: '#C0DEDC'

red 192 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #C0DEDC

Tints of Jagged Ice #C0DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.02%

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 30.28%
G = 35.02%
B = 34.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C0DEDC (or 0xC0DEDC) is known color: Jagged Ice. HEX triplet: C0, DE and DC. RGB value is (192,222,220). Sum of RGB (Red+Green+Blue) = 192+222+220=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEDC is #3F2123. Grayscale: #D4D4D4. Windows color (decimal): -4137252 or 14474944. OLE color: 14474944.

HSL color Cylindrical-coordinate representation of color #C0DEDC: hue angle of 176º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DEDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 222 220 -
CMYK 0.14 0 0.01 0.13
HSL 176º 0.31% 0.81% -
HSV(B) 176º 0.14% 0.87% -
XYZ 60.78 68.62 77.75 -
YUV 212.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 192 222 220 0.14 0 0.01 0.13 176 0.31 0.81
Hex C0 DE DC E 0 1 D B0 1F 51
Octal 300 336 334 16 0 1 15 260 37 121
Binary 11000000 11011110 11011100 1110 0 1 1101 10110000 11111 1010001

Color Harmonies of #C0DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DEDC

Black with #C0DEDC

Text Example


Text Example

White with #C0DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DEDC; }

 p { color: rgb(192,222,220); }

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

background-color css

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

 a { background-color: rgb(192,222,220); }

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

border-color css

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

 span { border-color: rgb(192,222,220); }

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