Html Css Color HEX #C7DCD9 Jagged Ice

📋 copy color: '#C7DCD9'

red 199 ◦ green 220 ◦ blue 217

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

Shades of Jagged Ice #C7DCD9

Tints of Jagged Ice #C7DCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.12%

R = 31.29%
G = 34.59%
B = 34.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#C7DCD9 (or 0xC7DCD9) is known color: Jagged Ice. HEX triplet: C7, DC and D9. RGB value is (199,220,217). Sum of RGB (Red+Green+Blue) = 199+220+217=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCD9 is #382326. Grayscale: #D5D5D5. Windows color (decimal): -3679015 or 14277831. OLE color: 14277831.

HSL color Cylindrical-coordinate representation of color #C7DCD9: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCD9 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 220 217 -
CMYK 0.10 0 0.01 0.14
HSL 171.43º 0.23% 0.82% -
HSV(B) 171.43º 0.1% 0.86% -
XYZ 61.67 68.34 75.59 -
YUV 213.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 199 220 217 0.10 0 0.01 0.14 171.43 0.23 0.82
Hex C7 DC D9 A 0 1 E AB 17 52
Octal 307 334 331 12 0 1 16 253 27 122
Binary 11000111 11011100 11011001 1010 0 1 1110 10101011 10111 1010010

Color Harmonies of #C7DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCD9

Black with #C7DCD9

Text Example


Text Example

White with #C7DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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