Html Css Color HEX #C6DCD9 Jagged Ice

📋 copy color: '#C6DCD9'

red 198 ◦ green 220 ◦ blue 217

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

Shades of Jagged Ice #C6DCD9

Tints of Jagged Ice #C6DCD9

RGB

 RED value IS 198 (77.73% from 255) = 31.18%

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

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

R = 31.18%
G = 34.65%
B = 34.17%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#C6DCD9 (or 0xC6DCD9) is known color: Jagged Ice. HEX triplet: C6, DC and D9. RGB value is (198,220,217). Sum of RGB (Red+Green+Blue) = 198+220+217=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD9 is #392326. Grayscale: #D5D5D5. Windows color (decimal): -3744551 or 14277830. OLE color: 14277830.

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

Color convert

RGB 198 220 217 -
CMYK 0.1 0 0.01 0.14
HSL 171.82º 0.24% 0.82% -
HSV(B) 171.82º 0.1% 0.86% -
XYZ 61.41 68.2 75.57 -
YUV 213.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 198 220 217 0.1 0 0.01 0.14 171.82 0.24 0.82
Hex C6 DC D9 A 0 1 E AC 18 52
Octal 306 334 331 12 0 1 16 254 30 122
Binary 11000110 11011100 11011001 1010 0 1 1110 10101100 11000 1010010

Color Harmonies of #C6DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCD9

Black with #C6DCD9

Text Example


Text Example

White with #C6DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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