#CFC9FE

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

Shades of Lavender Blue #CFC9FE

Tints of Lavender Blue #CFC9FE

Color information

#CFC9FE (or 0xCFC9FE) is unknown color: approx Lavender Blue. HEX triplet: CF, C9 and FE. RGB value is (207,201,254). Sum of RGB (Red+Green+Blue) = 207+201+254=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9FE is #303601. Grayscale: #D0D0D0. Windows color (decimal): -3159554 or 16697807. OLE color: 16697807.

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

Color convert

RGB207201254-
CMYK0.190.2100.00
HSL246.79º96.36%89.22%-
HSV(B)246.79º20.87%99.61%-
XYZ64.5162.19102.37-
YUV208.84153.49126.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 201 (78.91% from 255) = 30.36%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=31.27%
G=30.36%
B=38.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072012540.190.2100.00246.7996.3689.22
HexCFC9FE131500f76059
Octal317311376232500367140131
Binary1100111111001001111111101001110101001111011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9FE; }

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

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

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

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

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

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

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

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