Html Css Color HEX #C0DCD8 Jagged Ice

📋 copy color: '#C0DCD8'

red 192 ◦ green 220 ◦ blue 216

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

Shades of Jagged Ice #C0DCD8

Tints of Jagged Ice #C0DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 30.57%
G = 35.03%
B = 34.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#C0DCD8 (or 0xC0DCD8) is known color: Jagged Ice. HEX triplet: C0, DC and D8. RGB value is (192,220,216). Sum of RGB (Red+Green+Blue) = 192+220+216=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCD8 is #3F2327. Grayscale: #D3D3D3. Windows color (decimal): -4137768 or 14212288. OLE color: 14212288.

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

Color convert

RGB 192 220 216 -
CMYK 0.13 0 0.02 0.14
HSL 171.43º 0.29% 0.81% -
HSV(B) 171.43º 0.13% 0.86% -
XYZ 59.73 67.35 74.82 -
YUV 211.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 192 220 216 0.13 0 0.02 0.14 171.43 0.29 0.81
Hex C0 DC D8 D 0 2 E AB 1D 51
Octal 300 334 330 15 0 2 16 253 35 121
Binary 11000000 11011100 11011000 1101 0 10 1110 10101011 11101 1010001

Color Harmonies of #C0DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCD8

Black with #C0DCD8

Text Example


Text Example

White with #C0DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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