Html Css Color HEX #C0DFDD Jagged Ice

📋 copy color: '#C0DFDD'

red 192 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C0DFDD

Tints of Jagged Ice #C0DFDD

RGB

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

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

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

R = 30.19%
G = 35.06%
B = 34.75%

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

#C0DFDD (or 0xC0DFDD) is known color: Jagged Ice. HEX triplet: C0, DF and DD. RGB value is (192,223,221). Sum of RGB (Red+Green+Blue) = 192+223+221=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDD is #3F2022. Grayscale: #D5D5D5. Windows color (decimal): -4136995 or 14540736. OLE color: 14540736.

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

Color convert

RGB 192 223 221 -
CMYK 0.14 0 0.01 0.13
HSL 176.13º 0.33% 0.81% -
HSV(B) 176.13º 0.14% 0.87% -
XYZ 61.18 69.2 78.54 -
YUV 213.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 192 223 221 0.14 0 0.01 0.13 176.13 0.33 0.81
Hex C0 DF DD E 0 1 D B0 21 51
Octal 300 337 335 16 0 1 15 260 41 121
Binary 11000000 11011111 11011101 1110 0 1 1101 10110000 100001 1010001

Color Harmonies of #C0DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFDD

Black with #C0DFDD

Text Example


Text Example

White with #C0DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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