#CFBEC6

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

Shades of Twilight #CFBEC6

Tints of Twilight #CFBEC6

Color information

#CFBEC6 (or 0xCFBEC6) is unknown color: approx Twilight. HEX triplet: CF, BE and C6. RGB value is (207,190,198). Sum of RGB (Red+Green+Blue) = 207+190+198=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC6 is #304139. Grayscale: #C3C3C3. Windows color (decimal): -3162426 or 13024975. OLE color: 13024975.

HSL color Cylindrical-coordinate representation of color #CFBEC6: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEC6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207190198-
CMYK00.080.040.19
HSL331.76º15.04%77.84%-
HSV(B)331.76º8.21%81.18%-
XYZ54.3454.1761.02-
YUV196129.13135.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=34.79%
G=31.93%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719019800.080.040.19331.7615.0477.84
HexCFBEC60841314cf4e
Octal31727630601042351417116
Binary110011111011111011000110010001001001110100110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEC6; }

 p { color: rgb(207,190,198); }

 H1.HeaderClassName
 {
   color: #CFBEC6;
 }
 .AnyTagClassName
 {
   color: #CFBEC6;
 }
</style>
background-color css

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

 a { background-color: rgb(207,190,198); }

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

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

 span { border-color: rgb(207,190,198); }

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