Html Css Color HEX #C5DFDB Jagged Ice

📋 copy color: '#C5DFDB'

red 197 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #C5DFDB

Tints of Jagged Ice #C5DFDB

RGB

 RED value IS 197 (77.34% from 255) = 30.83%

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

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

R = 30.83%
G = 34.9%
B = 34.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C5DFDB (or 0xC5DFDB) is known color: Jagged Ice. HEX triplet: C5, DF and DB. RGB value is (197,223,219). Sum of RGB (Red+Green+Blue) = 197+223+219=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDB is #3A2024. Grayscale: #D6D6D6. Windows color (decimal): -3809317 or 14409669. OLE color: 14409669.

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

Color convert

RGB 197 223 219 -
CMYK 0.12 0 0.02 0.13
HSL 170.77º 0.29% 0.82% -
HSV(B) 170.77º 0.12% 0.87% -
XYZ 62.2 69.76 77.2 -
YUV 214.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 197 223 219 0.12 0 0.02 0.13 170.77 0.29 0.82
Hex C5 DF DB C 0 2 D AB 1D 52
Octal 305 337 333 14 0 2 15 253 35 122
Binary 11000101 11011111 11011011 1100 0 10 1101 10101011 11101 1010010

Color Harmonies of #C5DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFDB

Black with #C5DFDB

Text Example


Text Example

White with #C5DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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