Html Css Color HEX #C6DCD8 Jagged Ice

📋 copy color: '#C6DCD8'

red 198 ◦ green 220 ◦ blue 216

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

Shades of Jagged Ice #C6DCD8

Tints of Jagged Ice #C6DCD8

RGB

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

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

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

R = 31.23%
G = 34.7%
B = 34.07%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#C6DCD8 (or 0xC6DCD8) is known color: Jagged Ice. HEX triplet: C6, DC and D8. RGB value is (198,220,216). Sum of RGB (Red+Green+Blue) = 198+220+216=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD8 is #392327. Grayscale: #D4D4D4. Windows color (decimal): -3744552 or 14212294. OLE color: 14212294.

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

Color convert

RGB 198 220 216 -
CMYK 0.1 0 0.02 0.14
HSL 169.09º 0.24% 0.82% -
HSV(B) 169.09º 0.1% 0.86% -
XYZ 61.28 68.15 74.89 -
YUV 212.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 198 220 216 0.1 0 0.02 0.14 169.09 0.24 0.82
Hex C6 DC D8 A 0 2 E A9 18 52
Octal 306 334 330 12 0 2 16 251 30 122
Binary 11000110 11011100 11011000 1010 0 10 1110 10101001 11000 1010010

Color Harmonies of #C6DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCD8

Black with #C6DCD8

Text Example


Text Example

White with #C6DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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