Html Css Color HEX #C5CED3 Link Water

📋 copy color: '#C5CED3'

red 197 ◦ green 206 ◦ blue 211

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

Shades of Link Water #C5CED3

Tints of Link Water #C5CED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 32.08%
G = 33.55%
B = 34.36%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C5CED3 (or 0xC5CED3) is known color: Link Water. HEX triplet: C5, CE and D3. RGB value is (197,206,211). Sum of RGB (Red+Green+Blue) = 197+206+211=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CED3 is #3A312C. Grayscale: #CBCBCB. Windows color (decimal): -3813677 or 13881029. OLE color: 13881029.

HSL color Cylindrical-coordinate representation of color #C5CED3: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CED3 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 206 211 -
CMYK 0.07 0.02 0 0.17
HSL 201.43º 0.14% 0.8% -
HSV(B) 201.43º 0.07% 0.83% -
XYZ 56.86 60.72 70.35 -
YUV 203.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 197 206 211 0.07 0.02 0 0.17 201.43 0.14 0.8
Hex C5 CE D3 7 2 0 11 C9 E 50
Octal 305 316 323 7 2 0 21 311 16 120
Binary 11000101 11001110 11010011 111 10 0 10001 11001001 1110 1010000

Color Harmonies of #C5CED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CED3

Black with #C5CED3

Text Example


Text Example

White with #C5CED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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