Html Css Color HEX #C8CCDB Link Water

📋 copy color: '#C8CCDB'

red 200 ◦ green 204 ◦ blue 219

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

Shades of Link Water #C8CCDB

Tints of Link Water #C8CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.74%

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 32.1%
G = 32.74%
B = 35.15%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8CCDB (or 0xC8CCDB) is known color: Link Water. HEX triplet: C8, CC and DB. RGB value is (200,204,219). Sum of RGB (Red+Green+Blue) = 200+204+219=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDB is #373324. Grayscale: #CCCCCC. Windows color (decimal): -3617573 or 14404808. OLE color: 14404808.

HSL color Cylindrical-coordinate representation of color #C8CCDB: hue angle of 227.37º degrees, saturation: 0.21, 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 #C8CCDB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 204 219 -
CMYK 0.09 0.07 0 0.14
HSL 227.37º 0.21% 0.82% -
HSV(B) 227.37º 0.09% 0.86% -
XYZ 58.2 60.58 75.64 -
YUV 204.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 200 204 219 0.09 0.07 0 0.14 227.37 0.21 0.82
Hex C8 CC DB 9 7 0 E E3 15 52
Octal 310 314 333 11 7 0 16 343 25 122
Binary 11001000 11001100 11011011 1001 111 0 1110 11100011 10101 1010010

Color Harmonies of #C8CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCDB

Black with #C8CCDB

Text Example


Text Example

White with #C8CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCDB; }

 p { color: rgb(200,204,219); }

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

background-color css

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

 a { background-color: rgb(200,204,219); }

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

border-color css

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

 span { border-color: rgb(200,204,219); }

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