Html Css Color HEX #C5DFDA Jagged Ice

📋 copy color: '#C5DFDA'

red 197 ◦ green 223 ◦ blue 218

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

Shades of Jagged Ice #C5DFDA

Tints of Jagged Ice #C5DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 30.88%
G = 34.95%
B = 34.17%

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

#C5DFDA (or 0xC5DFDA) is known color: Jagged Ice. HEX triplet: C5, DF and DA. RGB value is (197,223,218). Sum of RGB (Red+Green+Blue) = 197+223+218=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDA is #3A2025. Grayscale: #D6D6D6. Windows color (decimal): -3809318 or 14344133. OLE color: 14344133.

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

Color convert

RGB 197 223 218 -
CMYK 0.12 0 0.02 0.13
HSL 168.46º 0.29% 0.82% -
HSV(B) 168.46º 0.12% 0.87% -
XYZ 62.07 69.71 76.51 -
YUV 214.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 197 223 218 0.12 0 0.02 0.13 168.46 0.29 0.82
Hex C5 DF DA C 0 2 D A8 1D 52
Octal 305 337 332 14 0 2 15 250 35 122
Binary 11000101 11011111 11011010 1100 0 10 1101 10101000 11101 1010010

Color Harmonies of #C5DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFDA

Black with #C5DFDA

Text Example


Text Example

White with #C5DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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