Html Css Color HEX #C8DFDB Jagged Ice

📋 copy color: '#C8DFDB'

red 200 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #C8DFDB

Tints of Jagged Ice #C8DFDB

RGB

 RED value IS 200 (78.52% from 255) = 31.15%

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

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

R = 31.15%
G = 34.74%
B = 34.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C8DFDB (or 0xC8DFDB) is known color: Jagged Ice. HEX triplet: C8, DF and DB. RGB value is (200,223,219). Sum of RGB (Red+Green+Blue) = 200+223+219=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFDB is #372024. Grayscale: #D7D7D7. Windows color (decimal): -3612709 or 14409672. OLE color: 14409672.

HSL color Cylindrical-coordinate representation of color #C8DFDB: hue angle of 169.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFDB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 223 219 -
CMYK 0.10 0 0.02 0.13
HSL 169.57º 0.26% 0.83% -
HSV(B) 169.57º 0.1% 0.87% -
XYZ 62.99 70.17 77.24 -
YUV 215.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 200 223 219 0.10 0 0.02 0.13 169.57 0.26 0.83
Hex C8 DF DB A 0 2 D AA 1A 53
Octal 310 337 333 12 0 2 15 252 32 123
Binary 11001000 11011111 11011011 1010 0 10 1101 10101010 11010 1010011

Color Harmonies of #C8DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DFDB

Black with #C8DFDB

Text Example


Text Example

White with #C8DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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