Html Css Color HEX #C6DEDB Jagged Ice

📋 copy color: '#C6DEDB'

red 198 ◦ green 222 ◦ blue 219

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

Shades of Jagged Ice #C6DEDB

Tints of Jagged Ice #C6DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.74%

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

R = 30.99%
G = 34.74%
B = 34.27%

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

#C6DEDB (or 0xC6DEDB) is known color: Jagged Ice. HEX triplet: C6, DE and DB. RGB value is (198,222,219). Sum of RGB (Red+Green+Blue) = 198+222+219=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DEDB is #392124. Grayscale: #D6D6D6. Windows color (decimal): -3744037 or 14409414. OLE color: 14409414.

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

Color convert

RGB 198 222 219 -
CMYK 0.11 0 0.01 0.13
HSL 172.5º 0.27% 0.82% -
HSV(B) 172.5º 0.11% 0.87% -
XYZ 62.2 69.36 77.13 -
YUV 214.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 198 222 219 0.11 0 0.01 0.13 172.5 0.27 0.82
Hex C6 DE DB B 0 1 D AC 1B 52
Octal 306 336 333 13 0 1 15 254 33 122
Binary 11000110 11011110 11011011 1011 0 1 1101 10101100 11011 1010010

Color Harmonies of #C6DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DEDB

Black with #C6DEDB

Text Example


Text Example

White with #C6DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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