Html Css Color HEX #C5CCDB Link Water

📋 copy color: '#C5CCDB'

red 197 ◦ green 204 ◦ blue 219

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

Shades of Link Water #C5CCDB

Tints of Link Water #C5CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

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

R = 31.77%
G = 32.9%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CCDB (or 0xC5CCDB) is known color: Link Water. HEX triplet: C5, CC and DB. RGB value is (197,204,219). Sum of RGB (Red+Green+Blue) = 197+204+219=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDB is #3A3324. Grayscale: #CBCBCB. Windows color (decimal): -3814181 or 14404805. OLE color: 14404805.

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

Color convert

RGB 197 204 219 -
CMYK 0.10 0.07 0 0.14
HSL 220.91º 0.23% 0.82% -
HSV(B) 220.91º 0.1% 0.86% -
XYZ 57.41 60.17 75.61 -
YUV 203.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 197 204 219 0.10 0.07 0 0.14 220.91 0.23 0.82
Hex C5 CC DB A 7 0 E DD 17 52
Octal 305 314 333 12 7 0 16 335 27 122
Binary 11000101 11001100 11011011 1010 111 0 1110 11011101 10111 1010010

Color Harmonies of #C5CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCDB

Black with #C5CCDB

Text Example


Text Example

White with #C5CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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