Html Css Color HEX #C5CDD5 Link Water

📋 copy color: '#C5CDD5'

red 197 ◦ green 205 ◦ blue 213

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

Shades of Link Water #C5CDD5

Tints of Link Water #C5CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.33%

 BLUE value IS 213 (83.59% from 255) = 34.63%

R = 32.03%
G = 33.33%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5CDD5 (or 0xC5CDD5) is known color: Link Water. HEX triplet: C5, CD and D5. RGB value is (197,205,213). Sum of RGB (Red+Green+Blue) = 197+205+213=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDD5 is #3A322A. Grayscale: #CBCBCB. Windows color (decimal): -3813931 or 14011845. OLE color: 14011845.

HSL color Cylindrical-coordinate representation of color #C5CDD5: hue angle of 210º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CDD5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 205 213 -
CMYK 0.08 0.04 0 0.16
HSL 210º 0.16% 0.8% -
HSV(B) 210º 0.08% 0.84% -
XYZ 56.87 60.34 71.6 -
YUV 203.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 197 205 213 0.08 0.04 0 0.16 210 0.16 0.8
Hex C5 CD D5 8 4 0 10 D2 10 50
Octal 305 315 325 10 4 0 20 322 20 120
Binary 11000101 11001101 11010101 1000 100 0 10000 11010010 10000 1010000

Color Harmonies of #C5CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDD5

Black with #C5CDD5

Text Example


Text Example

White with #C5CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDD5; }

 p { color: rgb(197,205,213); }

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

background-color css

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

 a { background-color: rgb(197,205,213); }

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

border-color css

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

 span { border-color: rgb(197,205,213); }

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