Html Css Color HEX #C8D3DD Link Water

📋 copy color: '#C8D3DD'

red 200 ◦ green 211 ◦ blue 221

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

Shades of Link Water #C8D3DD

Tints of Link Water #C8D3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.39%

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

R = 31.65%
G = 33.39%
B = 34.97%

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

#C8D3DD (or 0xC8D3DD) is known color: Link Water. HEX triplet: C8, D3 and DD. RGB value is (200,211,221). Sum of RGB (Red+Green+Blue) = 200+211+221=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3DD is #372C22. Grayscale: #D0D0D0. Windows color (decimal): -3615779 or 14537672. OLE color: 14537672.

HSL color Cylindrical-coordinate representation of color #C8D3DD: hue angle of 208.57º 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 #C8D3DD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 211 221 -
CMYK 0.10 0.05 0 0.13
HSL 208.57º 0.24% 0.83% -
HSV(B) 208.57º 0.1% 0.87% -
XYZ 60.16 64.09 77.61 -
YUV 208.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 200 211 221 0.10 0.05 0 0.13 208.57 0.24 0.83
Hex C8 D3 DD A 5 0 D D1 18 53
Octal 310 323 335 12 5 0 15 321 30 123
Binary 11001000 11010011 11011101 1010 101 0 1101 11010001 11000 1010011

Color Harmonies of #C8D3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D3DD

Black with #C8D3DD

Text Example


Text Example

White with #C8D3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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