Html Css Color HEX #C8CEDC Link Water

📋 copy color: '#C8CEDC'

red 200 ◦ green 206 ◦ blue 220

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

Shades of Link Water #C8CEDC

Tints of Link Water #C8CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 31.95%
G = 32.91%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8CEDC (or 0xC8CEDC) is known color: Link Water. HEX triplet: C8, CE and DC. RGB value is (200,206,220). Sum of RGB (Red+Green+Blue) = 200+206+220=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEDC is #373123. Grayscale: #CDCDCD. Windows color (decimal): -3617060 or 14470856. OLE color: 14470856.

HSL color Cylindrical-coordinate representation of color #C8CEDC: hue angle of 222º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CEDC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 206 220 -
CMYK 0.09 0.06 0 0.14
HSL 222º 0.22% 0.82% -
HSV(B) 222º 0.09% 0.86% -
XYZ 58.81 61.59 76.5 -
YUV 205.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 200 206 220 0.09 0.06 0 0.14 222 0.22 0.82
Hex C8 CE DC 9 6 0 E DE 16 52
Octal 310 316 334 11 6 0 16 336 26 122
Binary 11001000 11001110 11011100 1001 110 0 1110 11011110 10110 1010010

Color Harmonies of #C8CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEDC

Black with #C8CEDC

Text Example


Text Example

White with #C8CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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