Html Css Color HEX #C8CBD6 Link Water

📋 copy color: '#C8CBD6'

red 200 ◦ green 203 ◦ blue 214

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

Shades of Link Water #C8CBD6

Tints of Link Water #C8CBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 32.41%
G = 32.9%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8CBD6 (or 0xC8CBD6) is known color: Link Water. HEX triplet: C8, CB and D6. RGB value is (200,203,214). Sum of RGB (Red+Green+Blue) = 200+203+214=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBD6 is #373429. Grayscale: #CBCBCB. Windows color (decimal): -3617834 or 14076872. OLE color: 14076872.

HSL color Cylindrical-coordinate representation of color #C8CBD6: hue angle of 227.14º degrees, saturation: 0.15, 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 #C8CBD6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 203 214 -
CMYK 0.07 0.05 0 0.16
HSL 227.14º 0.15% 0.81% -
HSV(B) 227.14º 0.07% 0.84% -
XYZ 57.31 59.85 72.15 -
YUV 203.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 200 203 214 0.07 0.05 0 0.16 227.14 0.15 0.81
Hex C8 CB D6 7 5 0 10 E3 F 51
Octal 310 313 326 7 5 0 20 343 17 121
Binary 11001000 11001011 11010110 111 101 0 10000 11100011 1111 1010001

Color Harmonies of #C8CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CBD6

Black with #C8CBD6

Text Example


Text Example

White with #C8CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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