Html Css Color HEX #C5CFDC Link Water

📋 copy color: '#C5CFDC'

red 197 ◦ green 207 ◦ blue 220

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

Shades of Link Water #C5CFDC

Tints of Link Water #C5CFDC

RGB

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

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

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

R = 31.57%
G = 33.17%
B = 35.26%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CFDC (or 0xC5CFDC) is known color: Link Water. HEX triplet: C5, CF and DC. RGB value is (197,207,220). Sum of RGB (Red+Green+Blue) = 197+207+220=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDC is #3A3023. Grayscale: #CDCDCD. Windows color (decimal): -3813412 or 14471109. OLE color: 14471109.

HSL color Cylindrical-coordinate representation of color #C5CFDC: hue angle of 213.91º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CFDC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 207 220 -
CMYK 0.10 0.06 0 0.14
HSL 213.91º 0.25% 0.82% -
HSV(B) 213.91º 0.1% 0.86% -
XYZ 58.26 61.66 76.54 -
YUV 205.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 197 207 220 0.10 0.06 0 0.14 213.91 0.25 0.82
Hex C5 CF DC A 6 0 E D6 19 52
Octal 305 317 334 12 6 0 16 326 31 122
Binary 11000101 11001111 11011100 1010 110 0 1110 11010110 11001 1010010

Color Harmonies of #C5CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFDC

Black with #C5CFDC

Text Example


Text Example

White with #C5CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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