Html Css Color HEX #C8D0DF Link Water

📋 copy color: '#C8D0DF'

red 200 ◦ green 208 ◦ blue 223

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

Shades of Link Water #C8D0DF

Tints of Link Water #C8D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.96%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 31.7%
G = 32.96%
B = 35.34%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8D0DF (or 0xC8D0DF) is known color: Link Water. HEX triplet: C8, D0 and DF. RGB value is (200,208,223). Sum of RGB (Red+Green+Blue) = 200+208+223=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0DF is #372F20. Grayscale: #CFCFCF. Windows color (decimal): -3616545 or 14667976. OLE color: 14667976.

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

Color convert

RGB 200 208 223 -
CMYK 0.10 0.07 0 0.13
HSL 219.13º 0.26% 0.83% -
HSV(B) 219.13º 0.1% 0.87% -
XYZ 59.69 62.72 78.77 -
YUV 207.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 200 208 223 0.10 0.07 0 0.13 219.13 0.26 0.83
Hex C8 D0 DF A 7 0 D DB 1A 53
Octal 310 320 337 12 7 0 15 333 32 123
Binary 11001000 11010000 11011111 1010 111 0 1101 11011011 11010 1010011

Color Harmonies of #C8D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D0DF

Black with #C8D0DF

Text Example


Text Example

White with #C8D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D0DF; }

 p { color: rgb(200,208,223); }

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

background-color css

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

 a { background-color: rgb(200,208,223); }

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

border-color css

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

 span { border-color: rgb(200,208,223); }

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