Html Css Color HEX #C8CFDE Link Water

📋 copy color: '#C8CFDE'

red 200 ◦ green 207 ◦ blue 222

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

Shades of Link Water #C8CFDE

Tints of Link Water #C8CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 31.8%
G = 32.91%
B = 35.29%

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

#C8CFDE (or 0xC8CFDE) is known color: Link Water. HEX triplet: C8, CF and DE. RGB value is (200,207,222). Sum of RGB (Red+Green+Blue) = 200+207+222=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFDE is #373021. Grayscale: #CECECE. Windows color (decimal): -3616802 or 14602184. OLE color: 14602184.

HSL color Cylindrical-coordinate representation of color #C8CFDE: hue angle of 220.91º degrees, saturation: 0.25, 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 #C8CFDE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 207 222 -
CMYK 0.10 0.07 0 0.13
HSL 220.91º 0.25% 0.83% -
HSV(B) 220.91º 0.1% 0.87% -
XYZ 59.32 62.18 77.98 -
YUV 206.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 200 207 222 0.10 0.07 0 0.13 220.91 0.25 0.83
Hex C8 CF DE A 7 0 D DD 19 53
Octal 310 317 336 12 7 0 15 335 31 123
Binary 11001000 11001111 11011110 1010 111 0 1101 11011101 11001 1010011

Color Harmonies of #C8CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFDE

Black with #C8CFDE

Text Example


Text Example

White with #C8CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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