#CFCEF6

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

Shades of Lavender Blue #CFCEF6

Tints of Lavender Blue #CFCEF6

Color information

#CFCEF6 (or 0xCFCEF6) is unknown color: approx Lavender Blue. HEX triplet: CF, CE and F6. RGB value is (207,206,246). Sum of RGB (Red+Green+Blue) = 207+206+246=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF6 is #303109. Grayscale: #D2D2D2. Windows color (decimal): -3158282 or 16174799. OLE color: 16174799.

HSL color Cylindrical-coordinate representation of color #CFCEF6: hue angle of 241.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCEF6 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207206246-
CMYK0.160.1600.04
HSL241.5º68.97%88.63%-
HSV(B)241.5º16.26%96.47%-
XYZ64.4464.0696.16-
YUV210.86147.83125.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=31.41%
G=31.26%
B=37.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072062460.160.1600.04241.568.9788.63
HexCFCEF6101004f24559
Octal317316366202004362105131
Binary110011111100111011110110100001000001001111001010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEF6; }

 p { color: rgb(207,206,246); }

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

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

 a { background-color: rgb(207,206,246); }

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

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

 span { border-color: rgb(207,206,246); }

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