Html Css Color HEX #C8CED8 Link Water

📋 copy color: '#C8CED8'

red 200 ◦ green 206 ◦ blue 216

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

Shades of Link Water #C8CED8

Tints of Link Water #C8CED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.12%

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 32.15%
G = 33.12%
B = 34.73%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8CED8 (or 0xC8CED8) is known color: Link Water. HEX triplet: C8, CE and D8. RGB value is (200,206,216). Sum of RGB (Red+Green+Blue) = 200+206+216=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CED8 is #373127. Grayscale: #CDCDCD. Windows color (decimal): -3617064 or 14208712. OLE color: 14208712.

HSL color Cylindrical-coordinate representation of color #C8CED8: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CED8 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 206 216 -
CMYK 0.07 0.05 0 0.15
HSL 217.5º 0.17% 0.82% -
HSV(B) 217.5º 0.07% 0.85% -
XYZ 58.29 61.38 73.74 -
YUV 205.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 200 206 216 0.07 0.05 0 0.15 217.5 0.17 0.82
Hex C8 CE D8 7 5 0 F DA 11 52
Octal 310 316 330 7 5 0 17 332 21 122
Binary 11001000 11001110 11011000 111 101 0 1111 11011010 10001 1010010

Color Harmonies of #C8CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CED8

Black with #C8CED8

Text Example


Text Example

White with #C8CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CED8; }

 p { color: rgb(200,206,216); }

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

background-color css

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

 a { background-color: rgb(200,206,216); }

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

border-color css

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

 span { border-color: rgb(200,206,216); }

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