Html Css Color HEX #C8D6DF Link Water

📋 copy color: '#C8D6DF'

red 200 ◦ green 214 ◦ blue 223

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

Shades of Link Water #C8D6DF

Tints of Link Water #C8D6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.59%

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

R = 31.4%
G = 33.59%
B = 35.01%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8D6DF (or 0xC8D6DF) is known color: Link Water. HEX triplet: C8, D6 and DF. RGB value is (200,214,223). Sum of RGB (Red+Green+Blue) = 200+214+223=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6DF is #372920. Grayscale: #D2D2D2. Windows color (decimal): -3615009 or 14669512. OLE color: 14669512.

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

Color convert

RGB 200 214 223 -
CMYK 0.10 0.04 0 0.13
HSL 203.48º 0.26% 0.83% -
HSV(B) 203.48º 0.1% 0.87% -
XYZ 61.19 65.7 79.27 -
YUV 210.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 200 214 223 0.10 0.04 0 0.13 203.48 0.26 0.83
Hex C8 D6 DF A 4 0 D CB 1A 53
Octal 310 326 337 12 4 0 15 313 32 123
Binary 11001000 11010110 11011111 1010 100 0 1101 11001011 11010 1010011

Color Harmonies of #C8D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D6DF

Black with #C8D6DF

Text Example


Text Example

White with #C8D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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