#CFBFFE

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

Shades of Lavender Blue #CFBFFE

Tints of Lavender Blue #CFBFFE

Color information

#CFBFFE (or 0xCFBFFE) is unknown color: approx Lavender Blue. HEX triplet: CF, BF and FE. RGB value is (207,191,254). Sum of RGB (Red+Green+Blue) = 207+191+254=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBFFE is #304001. Grayscale: #CACACA. Windows color (decimal): -3162114 or 16695247. OLE color: 16695247.

HSL color Cylindrical-coordinate representation of color #CFBFFE: hue angle of 255.24º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFBFFE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207191254-
CMYK0.190.2500.00
HSL255.24º96.92%87.25%-
HSV(B)255.24º24.8%99.61%-
XYZ62.2557.68101.62-
YUV202.97156.8130.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=31.75%
G=29.29%
B=38.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071912540.190.2500.00255.2496.9287.25
HexCFBFFE131900ff6157
Octal317277376233100377141127
Binary1100111110111111111111101001111001001111111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFFE; }

 p { color: rgb(207,191,254); }

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

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

 a { background-color: rgb(207,191,254); }

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

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

 span { border-color: rgb(207,191,254); }

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