Html Css Color HEX #C5DFDC Jagged Ice

📋 copy color: '#C5DFDC'

red 197 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C5DFDC

Tints of Jagged Ice #C5DFDC

RGB

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

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

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

R = 30.78%
G = 34.84%
B = 34.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C5DFDC (or 0xC5DFDC) is known color: Jagged Ice. HEX triplet: C5, DF and DC. RGB value is (197,223,220). Sum of RGB (Red+Green+Blue) = 197+223+220=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDC is #3A2023. Grayscale: #D6D6D6. Windows color (decimal): -3809316 or 14475205. OLE color: 14475205.

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

Color convert

RGB 197 223 220 -
CMYK 0.12 0 0.01 0.13
HSL 173.08º 0.29% 0.82% -
HSV(B) 173.08º 0.12% 0.87% -
XYZ 62.33 69.81 77.9 -
YUV 214.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 197 223 220 0.12 0 0.01 0.13 173.08 0.29 0.82
Hex C5 DF DC C 0 1 D AD 1D 52
Octal 305 337 334 14 0 1 15 255 35 122
Binary 11000101 11011111 11011100 1100 0 1 1101 10101101 11101 1010010

Color Harmonies of #C5DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFDC

Black with #C5DFDC

Text Example


Text Example

White with #C5DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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