Html Css Color HEX #C5CFDB Link Water

📋 copy color: '#C5CFDB'

red 197 ◦ green 207 ◦ blue 219

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

Shades of Link Water #C5CFDB

Tints of Link Water #C5CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 31.62%
G = 33.23%
B = 35.15%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CFDB (or 0xC5CFDB) is known color: Link Water. HEX triplet: C5, CF and DB. RGB value is (197,207,219). Sum of RGB (Red+Green+Blue) = 197+207+219=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDB is #3A3024. Grayscale: #CDCDCD. Windows color (decimal): -3813413 or 14405573. OLE color: 14405573.

HSL color Cylindrical-coordinate representation of color #C5CFDB: hue angle of 212.73º degrees, saturation: 0.23, 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 #C5CFDB is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 207 219 -
CMYK 0.10 0.05 0 0.14
HSL 212.73º 0.23% 0.82% -
HSV(B) 212.73º 0.1% 0.86% -
XYZ 58.12 61.61 75.85 -
YUV 205.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 197 207 219 0.10 0.05 0 0.14 212.73 0.23 0.82
Hex C5 CF DB A 5 0 E D5 17 52
Octal 305 317 333 12 5 0 16 325 27 122
Binary 11000101 11001111 11011011 1010 101 0 1110 11010101 10111 1010010

Color Harmonies of #C5CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFDB

Black with #C5CFDB

Text Example


Text Example

White with #C5CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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