Html Css Color HEX #C5D0DB Link Water

📋 copy color: '#C5D0DB'

red 197 ◦ green 208 ◦ blue 219

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

Shades of Link Water #C5D0DB

Tints of Link Water #C5D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.33%

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

R = 31.57%
G = 33.33%
B = 35.1%

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

#C5D0DB (or 0xC5D0DB) is known color: Link Water. HEX triplet: C5, D0 and DB. RGB value is (197,208,219). Sum of RGB (Red+Green+Blue) = 197+208+219=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0DB is #3A2F24. Grayscale: #CDCDCD. Windows color (decimal): -3813157 or 14405829. OLE color: 14405829.

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

Color convert

RGB 197 208 219 -
CMYK 0.10 0.05 0 0.14
HSL 210º 0.23% 0.82% -
HSV(B) 210º 0.1% 0.86% -
XYZ 58.37 62.1 75.93 -
YUV 205.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 197 208 219 0.10 0.05 0 0.14 210 0.23 0.82
Hex C5 D0 DB A 5 0 E D2 17 52
Octal 305 320 333 12 5 0 16 322 27 122
Binary 11000101 11010000 11011011 1010 101 0 1110 11010010 10111 1010010

Color Harmonies of #C5D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0DB

Black with #C5D0DB

Text Example


Text Example

White with #C5D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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