Html Css Color HEX #C5CADB Link Water

📋 copy color: '#C5CADB'

red 197 ◦ green 202 ◦ blue 219

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

Shades of Link Water #C5CADB

Tints of Link Water #C5CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.69%

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

R = 31.88%
G = 32.69%
B = 35.44%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CADB (or 0xC5CADB) is known color: Link Water. HEX triplet: C5, CA and DB. RGB value is (197,202,219). Sum of RGB (Red+Green+Blue) = 197+202+219=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADB is #3A3524. Grayscale: #CACACA. Windows color (decimal): -3814693 or 14404293. OLE color: 14404293.

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

Color convert

RGB 197 202 219 -
CMYK 0.10 0.08 0 0.14
HSL 226.36º 0.23% 0.82% -
HSV(B) 226.36º 0.1% 0.86% -
XYZ 56.93 59.23 75.45 -
YUV 202.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 197 202 219 0.10 0.08 0 0.14 226.36 0.23 0.82
Hex C5 CA DB A 8 0 E E2 17 52
Octal 305 312 333 12 10 0 16 342 27 122
Binary 11000101 11001010 11011011 1010 1000 0 1110 11100010 10111 1010010

Color Harmonies of #C5CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CADB

Black with #C5CADB

Text Example


Text Example

White with #C5CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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