Html Css Color HEX #C6DFDB Jagged Ice

📋 copy color: '#C6DFDB'

red 198 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #C6DFDB

Tints of Jagged Ice #C6DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 30.94%
G = 34.84%
B = 34.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C6DFDB (or 0xC6DFDB) is known color: Jagged Ice. HEX triplet: C6, DF and DB. RGB value is (198,223,219). Sum of RGB (Red+Green+Blue) = 198+223+219=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFDB is #392024. Grayscale: #D7D7D7. Windows color (decimal): -3743781 or 14409670. OLE color: 14409670.

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

Color convert

RGB 198 223 219 -
CMYK 0.11 0 0.02 0.13
HSL 170.4º 0.28% 0.83% -
HSV(B) 170.4º 0.11% 0.87% -
XYZ 62.46 69.9 77.22 -
YUV 215.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 198 223 219 0.11 0 0.02 0.13 170.4 0.28 0.83
Hex C6 DF DB B 0 2 D AA 1C 53
Octal 306 337 333 13 0 2 15 252 34 123
Binary 11000110 11011111 11011011 1011 0 10 1101 10101010 11100 1010011

Color Harmonies of #C6DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DFDB

Black with #C6DFDB

Text Example


Text Example

White with #C6DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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