Html Css Color HEX #C5CFDD Link Water

📋 copy color: '#C5CFDD'

red 197 ◦ green 207 ◦ blue 221

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

Shades of Link Water #C5CFDD

Tints of Link Water #C5CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.12%

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

R = 31.52%
G = 33.12%
B = 35.36%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CFDD (or 0xC5CFDD) is known color: Link Water. HEX triplet: C5, CF and DD. RGB value is (197,207,221). Sum of RGB (Red+Green+Blue) = 197+207+221=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDD is #3A3022. Grayscale: #CDCDCD. Windows color (decimal): -3813411 or 14536645. OLE color: 14536645.

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

Color convert

RGB 197 207 221 -
CMYK 0.11 0.06 0 0.13
HSL 215º 0.26% 0.82% -
HSV(B) 215º 0.11% 0.87% -
XYZ 58.39 61.72 77.24 -
YUV 205.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 197 207 221 0.11 0.06 0 0.13 215 0.26 0.82
Hex C5 CF DD B 6 0 D D7 1A 52
Octal 305 317 335 13 6 0 15 327 32 122
Binary 11000101 11001111 11011101 1011 110 0 1101 11010111 11010 1010010

Color Harmonies of #C5CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFDD

Black with #C5CFDD

Text Example


Text Example

White with #C5CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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