Html Css Color HEX #C8CAD5 Link Water

📋 copy color: '#C8CAD5'

red 200 ◦ green 202 ◦ blue 213

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

Shades of Link Water #C8CAD5

Tints of Link Water #C8CAD5

RGB

 RED value IS 200 (78.52% from 255) = 32.52%

 GREEN value IS 202 (79.3% from 255) = 32.85%

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

R = 32.52%
G = 32.85%
B = 34.63%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8CAD5 (or 0xC8CAD5) is known color: Link Water. HEX triplet: C8, CA and D5. RGB value is (200,202,213). Sum of RGB (Red+Green+Blue) = 200+202+213=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 202 (79.30% from 255 or 32.85% 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 #C8CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAD5 is #37352A. Grayscale: #CACACA. Windows color (decimal): -3618091 or 14011080. OLE color: 14011080.

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

Color convert

RGB 200 202 213 -
CMYK 0.06 0.05 0 0.16
HSL 230.77º 0.13% 0.81% -
HSV(B) 230.77º 0.06% 0.84% -
XYZ 56.95 59.32 71.4 -
YUV 202.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 200 202 213 0.06 0.05 0 0.16 230.77 0.13 0.81
Hex C8 CA D5 6 5 0 10 E7 D 51
Octal 310 312 325 6 5 0 20 347 15 121
Binary 11001000 11001010 11010101 110 101 0 10000 11100111 1101 1010001

Color Harmonies of #C8CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAD5

Black with #C8CAD5

Text Example


Text Example

White with #C8CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAD5; }

 p { color: rgb(200,202,213); }

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

background-color css

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

 a { background-color: rgb(200,202,213); }

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

border-color css

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

 span { border-color: rgb(200,202,213); }

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