Html Css Color HEX #C8D2DD Link Water

📋 copy color: '#C8D2DD'

red 200 ◦ green 210 ◦ blue 221

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

Shades of Link Water #C8D2DD

Tints of Link Water #C8D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.28%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 31.7%
G = 33.28%
B = 35.02%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8D2DD (or 0xC8D2DD) is known color: Link Water. HEX triplet: C8, D2 and DD. RGB value is (200,210,221). Sum of RGB (Red+Green+Blue) = 200+210+221=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2DD is #372D22. Grayscale: #D0D0D0. Windows color (decimal): -3616035 or 14537416. OLE color: 14537416.

HSL color Cylindrical-coordinate representation of color #C8D2DD: hue angle of 211.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D2DD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 210 221 -
CMYK 0.10 0.05 0 0.13
HSL 211.43º 0.24% 0.83% -
HSV(B) 211.43º 0.1% 0.87% -
XYZ 59.92 63.59 77.52 -
YUV 208.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 200 210 221 0.10 0.05 0 0.13 211.43 0.24 0.83
Hex C8 D2 DD A 5 0 D D3 18 53
Octal 310 322 335 12 5 0 15 323 30 123
Binary 11001000 11010010 11011101 1010 101 0 1101 11010011 11000 1010011

Color Harmonies of #C8D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2DD

Black with #C8D2DD

Text Example


Text Example

White with #C8D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2DD; }

 p { color: rgb(200,210,221); }

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

background-color css

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

 a { background-color: rgb(200,210,221); }

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

border-color css

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

 span { border-color: rgb(200,210,221); }

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