#CFBEC5

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

Shades of Twilight #CFBEC5

Tints of Twilight #CFBEC5

Color information

#CFBEC5 (or 0xCFBEC5) is unknown color: approx Twilight. HEX triplet: CF, BE and C5. RGB value is (207,190,197). Sum of RGB (Red+Green+Blue) = 207+190+197=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC5 is #30413A. Grayscale: #C3C3C3. Windows color (decimal): -3162427 or 12959439. OLE color: 12959439.

HSL color Cylindrical-coordinate representation of color #CFBEC5: hue angle of 335.29º 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 #CFBEC5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207190197-
CMYK00.080.050.19
HSL335.29º15.04%77.84%-
HSV(B)335.29º8.21%81.18%-
XYZ54.2254.1260.41-
YUV195.88128.63135.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=34.85%
G=31.99%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719019700.080.050.19335.2915.0477.84
HexCFBEC50851314ff4e
Octal31727630501052351717116
Binary110011111011111011000101010001011001110100111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEC5; }

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

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

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

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

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

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

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

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