Html Css Color HEX #C8DEDC Jagged Ice

📋 copy color: '#C8DEDC'

red 200 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #C8DEDC

Tints of Jagged Ice #C8DEDC

RGB

 RED value IS 200 (78.52% from 255) = 31.15%

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

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

R = 31.15%
G = 34.58%
B = 34.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C8DEDC (or 0xC8DEDC) is known color: Jagged Ice. HEX triplet: C8, DE and DC. RGB value is (200,222,220). Sum of RGB (Red+Green+Blue) = 200+222+220=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEDC is #372123. Grayscale: #D7D7D7. Windows color (decimal): -3612964 or 14474952. OLE color: 14474952.

HSL color Cylindrical-coordinate representation of color #C8DEDC: hue angle of 174.55º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DEDC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 222 220 -
CMYK 0.10 0 0.01 0.13
HSL 174.55º 0.25% 0.83% -
HSV(B) 174.55º 0.1% 0.87% -
XYZ 62.86 69.69 77.85 -
YUV 215.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 200 222 220 0.10 0 0.01 0.13 174.55 0.25 0.83
Hex C8 DE DC A 0 1 D AF 19 53
Octal 310 336 334 12 0 1 15 257 31 123
Binary 11001000 11011110 11011100 1010 0 1 1101 10101111 11001 1010011

Color Harmonies of #C8DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DEDC

Black with #C8DEDC

Text Example


Text Example

White with #C8DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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