#C8CFDE

Color #C8CFDE Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C8CFDE

Tints of Link Water #C8CFDE

Color information

#C8CFDE (or 0xC8CFDE) is unknown color: approx 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

RGB200207222-
CMYK0.100.0700.13
HSL220.91º25%82.75%-
HSV(B)220.91º9.91%87.06%-
XYZ59.3262.1877.98-
YUV206.62136.68123.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=31.80%
G=32.91%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002072220.100.0700.13220.912582.75
HexC8CFDEA70Ddd1953
Octal31031733612701533531123
Binary11001000110011111101111010101110110111011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>