Html Css Color HEX #C4C8D9 Link Water

📋 copy color: '#C4C8D9'

red 196 ◦ green 200 ◦ blue 217

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

Shades of Link Water #C4C8D9

Tints of Link Water #C4C8D9

RGB

 RED value IS 196 (76.95% from 255) = 31.97%

 GREEN value IS 200 (78.52% from 255) = 32.63%

 BLUE value IS 217 (85.16% from 255) = 35.4%

R = 31.97%
G = 32.63%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4C8D9 (or 0xC4C8D9) is known color: Link Water. HEX triplet: C4, C8 and D9. RGB value is (196,200,217). Sum of RGB (Red+Green+Blue) = 196+200+217=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8D9 is #3B3726. Grayscale: #C8C8C8. Windows color (decimal): -3880743 or 14272708. OLE color: 14272708.

HSL color Cylindrical-coordinate representation of color #C4C8D9: hue angle of 228.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4C8D9 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 200 217 -
CMYK 0.10 0.08 0 0.15
HSL 228.57º 0.22% 0.81% -
HSV(B) 228.57º 0.1% 0.85% -
XYZ 55.94 58.05 73.9 -
YUV 200.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 196 200 217 0.10 0.08 0 0.15 228.57 0.22 0.81
Hex C4 C8 D9 A 8 0 F E5 16 51
Octal 304 310 331 12 10 0 17 345 26 121
Binary 11000100 11001000 11011001 1010 1000 0 1111 11100101 10110 1010001

Color Harmonies of #C4C8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C8D9

Black with #C4C8D9

Text Example


Text Example

White with #C4C8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C8D9; }

 p { color: rgb(196,200,217); }

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

background-color css

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

 a { background-color: rgb(196,200,217); }

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

border-color css

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

 span { border-color: rgb(196,200,217); }

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