Html Css Color HEX #C5CFDF Link Water

📋 copy color: '#C5CFDF'

red 197 ◦ green 207 ◦ blue 223

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

Shades of Link Water #C5CFDF

Tints of Link Water #C5CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 31.42%
G = 33.01%
B = 35.57%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CFDF (or 0xC5CFDF) is known color: Link Water. HEX triplet: C5, CF and DF. RGB value is (197,207,223). Sum of RGB (Red+Green+Blue) = 197+207+223=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDF is #3A3020. Grayscale: #CDCDCD. Windows color (decimal): -3813409 or 14667717. OLE color: 14667717.

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

Color convert

RGB 197 207 223 -
CMYK 0.12 0.07 0 0.13
HSL 216.92º 0.29% 0.82% -
HSV(B) 216.92º 0.12% 0.87% -
XYZ 58.66 61.82 78.65 -
YUV 205.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 197 207 223 0.12 0.07 0 0.13 216.92 0.29 0.82
Hex C5 CF DF C 7 0 D D9 1D 52
Octal 305 317 337 14 7 0 15 331 35 122
Binary 11000101 11001111 11011111 1100 111 0 1101 11011001 11101 1010010

Color Harmonies of #C5CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFDF

Black with #C5CFDF

Text Example


Text Example

White with #C5CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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