Html Css Color HEX #C8CFDF Link Water

📋 copy color: '#C8CFDF'

red 200 ◦ green 207 ◦ blue 223

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

Shades of Link Water #C8CFDF

Tints of Link Water #C8CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 31.75%
G = 32.86%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8CFDF (or 0xC8CFDF) is known color: Link Water. HEX triplet: C8, CF and DF. RGB value is (200,207,223). Sum of RGB (Red+Green+Blue) = 200+207+223=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFDF is #373020. Grayscale: #CECECE. Windows color (decimal): -3616801 or 14667720. OLE color: 14667720.

HSL color Cylindrical-coordinate representation of color #C8CFDF: hue angle of 221.74º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CFDF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 207 223 -
CMYK 0.10 0.07 0 0.13
HSL 221.74º 0.26% 0.83% -
HSV(B) 221.74º 0.1% 0.87% -
XYZ 59.45 62.23 78.69 -
YUV 206.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 200 207 223 0.10 0.07 0 0.13 221.74 0.26 0.83
Hex C8 CF DF A 7 0 D DE 1A 53
Octal 310 317 337 12 7 0 15 336 32 123
Binary 11001000 11001111 11011111 1010 111 0 1101 11011110 11010 1010011

Color Harmonies of #C8CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFDF

Black with #C8CFDF

Text Example


Text Example

White with #C8CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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