#CFBEFF

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

Shades of Lavender Blue #CFBEFF

Tints of Lavender Blue #CFBEFF

Color information

#CFBEFF (or 0xCFBEFF) is unknown color: approx Lavender Blue. HEX triplet: CF, BE and FF. RGB value is (207,190,255). Sum of RGB (Red+Green+Blue) = 207+190+255=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEFF is #304100. Grayscale: #CACACA. Windows color (decimal): -3162369 or 16760527. OLE color: 16760527.

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

Color convert

RGB207190255-
CMYK0.190.2500
HSL255.69º100%87.25%-
HSV(B)255.69º25.49%100%-
XYZ62.257.31102.39-
YUV202.49157.63131.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 255 (100% from 255) = 39.11%
R=31.75%
G=29.14%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071902550.190.2500255.6910087.25
HexCFBEFF1319001006457
Octal317276377233100400144127
Binary11001111101111101111111110011110010010000000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEFF; }

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

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

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

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

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

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

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

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