Html Css Color HEX #C5DFDD Jagged Ice

📋 copy color: '#C5DFDD'

red 197 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C5DFDD

Tints of Jagged Ice #C5DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.48%

R = 30.73%
G = 34.79%
B = 34.48%

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

#C5DFDD (or 0xC5DFDD) is known color: Jagged Ice. HEX triplet: C5, DF and DD. RGB value is (197,223,221). Sum of RGB (Red+Green+Blue) = 197+223+221=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDD is #3A2022. Grayscale: #D6D6D6. Windows color (decimal): -3809315 or 14540741. OLE color: 14540741.

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

Color convert

RGB 197 223 221 -
CMYK 0.12 0 0.01 0.13
HSL 175.38º 0.29% 0.82% -
HSV(B) 175.38º 0.12% 0.87% -
XYZ 62.46 69.87 78.6 -
YUV 215 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 197 223 221 0.12 0 0.01 0.13 175.38 0.29 0.82
Hex C5 DF DD C 0 1 D AF 1D 52
Octal 305 337 335 14 0 1 15 257 35 122
Binary 11000101 11011111 11011101 1100 0 1 1101 10101111 11101 1010010

Color Harmonies of #C5DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFDD

Black with #C5DFDD

Text Example


Text Example

White with #C5DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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