Html Css Color HEX #C8CFD5 Link Water

📋 copy color: '#C8CFD5'

red 200 ◦ green 207 ◦ blue 213

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

Shades of Link Water #C8CFD5

Tints of Link Water #C8CFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.39%

 BLUE value IS 213 (83.59% from 255) = 34.35%

R = 32.26%
G = 33.39%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8CFD5 (or 0xC8CFD5) is known color: Link Water. HEX triplet: C8, CF and D5. RGB value is (200,207,213). Sum of RGB (Red+Green+Blue) = 200+207+213=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFD5 is #37302A. Grayscale: #CDCDCD. Windows color (decimal): -3616811 or 14012360. OLE color: 14012360.

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

Color convert

RGB 200 207 213 -
CMYK 0.06 0.03 0 0.16
HSL 207.69º 0.13% 0.81% -
HSV(B) 207.69º 0.06% 0.84% -
XYZ 58.14 61.71 71.8 -
YUV 205.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 200 207 213 0.06 0.03 0 0.16 207.69 0.13 0.81
Hex C8 CF D5 6 3 0 10 D0 D 51
Octal 310 317 325 6 3 0 20 320 15 121
Binary 11001000 11001111 11010101 110 11 0 10000 11010000 1101 1010001

Color Harmonies of #C8CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFD5

Black with #C8CFD5

Text Example


Text Example

White with #C8CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFD5; }

 p { color: rgb(200,207,213); }

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

background-color css

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

 a { background-color: rgb(200,207,213); }

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

border-color css

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

 span { border-color: rgb(200,207,213); }

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