Html Css Color HEX #C7DEDC Jagged Ice

📋 copy color: '#C7DEDC'

red 199 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #C7DEDC

Tints of Jagged Ice #C7DEDC

RGB

 RED value IS 199 (78.13% from 255) = 31.05%

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

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

R = 31.05%
G = 34.63%
B = 34.32%

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

#C7DEDC (or 0xC7DEDC) is known color: Jagged Ice. HEX triplet: C7, DE and DC. RGB value is (199,222,220). Sum of RGB (Red+Green+Blue) = 199+222+220=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEDC is #382123. Grayscale: #D6D6D6. Windows color (decimal): -3678500 or 14474951. OLE color: 14474951.

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

Color convert

RGB 199 222 220 -
CMYK 0.10 0 0.01 0.13
HSL 174.78º 0.26% 0.83% -
HSV(B) 174.78º 0.1% 0.87% -
XYZ 62.59 69.55 77.84 -
YUV 214.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 199 222 220 0.10 0 0.01 0.13 174.78 0.26 0.83
Hex C7 DE DC A 0 1 D AF 1A 53
Octal 307 336 334 12 0 1 15 257 32 123
Binary 11000111 11011110 11011100 1010 0 1 1101 10101111 11010 1010011

Color Harmonies of #C7DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DEDC

Black with #C7DEDC

Text Example


Text Example

White with #C7DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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