Html Css Color HEX #C8D2D7 Link Water

📋 copy color: '#C8D2D7'

red 200 ◦ green 210 ◦ blue 215

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

Shades of Link Water #C8D2D7

Tints of Link Water #C8D2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.4%

R = 32%
G = 33.6%
B = 34.4%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8D2D7 (or 0xC8D2D7) is known color: Link Water. HEX triplet: C8, D2 and D7. RGB value is (200,210,215). Sum of RGB (Red+Green+Blue) = 200+210+215=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2D7 is #372D28. Grayscale: #CFCFCF. Windows color (decimal): -3616041 or 14144200. OLE color: 14144200.

HSL color Cylindrical-coordinate representation of color #C8D2D7: hue angle of 200º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D2D7 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 210 215 -
CMYK 0.07 0.02 0 0.16
HSL 200º 0.16% 0.81% -
HSV(B) 200º 0.07% 0.84% -
XYZ 59.13 63.28 73.39 -
YUV 207.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 200 210 215 0.07 0.02 0 0.16 200 0.16 0.81
Hex C8 D2 D7 7 2 0 10 C8 10 51
Octal 310 322 327 7 2 0 20 310 20 121
Binary 11001000 11010010 11010111 111 10 0 10000 11001000 10000 1010001

Color Harmonies of #C8D2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2D7

Black with #C8D2D7

Text Example


Text Example

White with #C8D2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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