Html Css Color HEX #C5CEDB Link Water

📋 copy color: '#C5CEDB'

red 197 ◦ green 206 ◦ blue 219

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

Shades of Link Water #C5CEDB

Tints of Link Water #C5CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.12%

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

R = 31.67%
G = 33.12%
B = 35.21%

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

#C5CEDB (or 0xC5CEDB) is known color: Link Water. HEX triplet: C5, CE and DB. RGB value is (197,206,219). Sum of RGB (Red+Green+Blue) = 197+206+219=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEDB is #3A3124. Grayscale: #CCCCCC. Windows color (decimal): -3813669 or 14405317. OLE color: 14405317.

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

Color convert

RGB 197 206 219 -
CMYK 0.10 0.06 0 0.14
HSL 215.45º 0.23% 0.82% -
HSV(B) 215.45º 0.1% 0.86% -
XYZ 57.88 61.13 75.77 -
YUV 204.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 197 206 219 0.10 0.06 0 0.14 215.45 0.23 0.82
Hex C5 CE DB A 6 0 E D7 17 52
Octal 305 316 333 12 6 0 16 327 27 122
Binary 11000101 11001110 11011011 1010 110 0 1110 11010111 10111 1010010

Color Harmonies of #C5CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEDB

Black with #C5CEDB

Text Example


Text Example

White with #C5CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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