Html Css Color HEX #C0DFDC Jagged Ice

📋 copy color: '#C0DFDC'

red 192 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C0DFDC

Tints of Jagged Ice #C0DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

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

R = 30.24%
G = 35.12%
B = 34.65%

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

#C0DFDC (or 0xC0DFDC) is known color: Jagged Ice. HEX triplet: C0, DF and DC. RGB value is (192,223,220). Sum of RGB (Red+Green+Blue) = 192+223+220=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDC is #3F2023. Grayscale: #D5D5D5. Windows color (decimal): -4136996 or 14475200. OLE color: 14475200.

HSL color Cylindrical-coordinate representation of color #C0DFDC: hue angle of 174.19º degrees, saturation: 0.33, 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 #C0DFDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 223 220 -
CMYK 0.14 0 0.01 0.13
HSL 174.19º 0.33% 0.81% -
HSV(B) 174.19º 0.14% 0.87% -
XYZ 61.04 69.15 77.84 -
YUV 213.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 192 223 220 0.14 0 0.01 0.13 174.19 0.33 0.81
Hex C0 DF DC E 0 1 D AE 21 51
Octal 300 337 334 16 0 1 15 256 41 121
Binary 11000000 11011111 11011100 1110 0 1 1101 10101110 100001 1010001

Color Harmonies of #C0DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFDC

Black with #C0DFDC

Text Example


Text Example

White with #C0DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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