Html Css Color HEX #C6DFDC Jagged Ice

📋 copy color: '#C6DFDC'

red 198 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C6DFDC

Tints of Jagged Ice #C6DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.79%

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

R = 30.89%
G = 34.79%
B = 34.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C6DFDC (or 0xC6DFDC) is known color: Jagged Ice. HEX triplet: C6, DF and DC. RGB value is (198,223,220). Sum of RGB (Red+Green+Blue) = 198+223+220=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFDC is #392023. Grayscale: #D7D7D7. Windows color (decimal): -3743780 or 14475206. OLE color: 14475206.

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

Color convert

RGB 198 223 220 -
CMYK 0.11 0 0.01 0.13
HSL 172.8º 0.28% 0.83% -
HSV(B) 172.8º 0.11% 0.87% -
XYZ 62.59 69.95 77.91 -
YUV 215.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 198 223 220 0.11 0 0.01 0.13 172.8 0.28 0.83
Hex C6 DF DC B 0 1 D AD 1C 53
Octal 306 337 334 13 0 1 15 255 34 123
Binary 11000110 11011111 11011100 1011 0 1 1101 10101101 11100 1010011

Color Harmonies of #C6DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DFDC

Black with #C6DFDC

Text Example


Text Example

White with #C6DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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