Html Css Color HEX #C8D3DF Link Water

📋 copy color: '#C8D3DF'

red 200 ◦ green 211 ◦ blue 223

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

Shades of Link Water #C8D3DF

Tints of Link Water #C8D3DF

RGB

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

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

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

R = 31.55%
G = 33.28%
B = 35.17%

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

#C8D3DF (or 0xC8D3DF) is known color: Link Water. HEX triplet: C8, D3 and DF. RGB value is (200,211,223). Sum of RGB (Red+Green+Blue) = 200+211+223=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3DF is #372C20. Grayscale: #D1D1D1. Windows color (decimal): -3615777 or 14668744. OLE color: 14668744.

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

Color convert

RGB 200 211 223 -
CMYK 0.10 0.05 0 0.13
HSL 211.3º 0.26% 0.83% -
HSV(B) 211.3º 0.1% 0.87% -
XYZ 60.43 64.2 79.02 -
YUV 209.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 200 211 223 0.10 0.05 0 0.13 211.3 0.26 0.83
Hex C8 D3 DF A 5 0 D D3 1A 53
Octal 310 323 337 12 5 0 15 323 32 123
Binary 11001000 11010011 11011111 1010 101 0 1101 11010011 11010 1010011

Color Harmonies of #C8D3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D3DF

Black with #C8D3DF

Text Example


Text Example

White with #C8D3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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