Html Css Color HEX #C5CCD7 Link Water

📋 copy color: '#C5CCD7'

red 197 ◦ green 204 ◦ blue 215

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

Shades of Link Water #C5CCD7

Tints of Link Water #C5CCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 31.98%
G = 33.12%
B = 34.9%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5CCD7 (or 0xC5CCD7) is known color: Link Water. HEX triplet: C5, CC and D7. RGB value is (197,204,215). Sum of RGB (Red+Green+Blue) = 197+204+215=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCD7 is #3A3328. Grayscale: #CBCBCB. Windows color (decimal): -3814185 or 14142661. OLE color: 14142661.

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

Color convert

RGB 197 204 215 -
CMYK 0.08 0.05 0 0.16
HSL 216.67º 0.18% 0.81% -
HSV(B) 216.67º 0.08% 0.84% -
XYZ 56.88 59.96 72.87 -
YUV 203.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 197 204 215 0.08 0.05 0 0.16 216.67 0.18 0.81
Hex C5 CC D7 8 5 0 10 D9 12 51
Octal 305 314 327 10 5 0 20 331 22 121
Binary 11000101 11001100 11010111 1000 101 0 10000 11011001 10010 1010001

Color Harmonies of #C5CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCD7

Black with #C5CCD7

Text Example


Text Example

White with #C5CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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