#CFC7FD

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

Shades of Lavender Blue #CFC7FD

Tints of Lavender Blue #CFC7FD

Color information

#CFC7FD (or 0xCFC7FD) is unknown color: approx Lavender Blue. HEX triplet: CF, C7 and FD. RGB value is (207,199,253). Sum of RGB (Red+Green+Blue) = 207+199+253=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7FD is #303802. Grayscale: #CFCFCF. Windows color (decimal): -3160067 or 16631759. OLE color: 16631759.

HSL color Cylindrical-coordinate representation of color #CFC7FD: hue angle of 248.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC7FD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207199253-
CMYK0.180.2100.01
HSL248.89º93.1%88.63%-
HSV(B)248.89º21.34%99.22%-
XYZ63.8961.2101.37-
YUV207.55153.65127.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=31.41%
G=30.20%
B=38.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071992530.180.2100.01248.8993.188.63
HexCFC7FD121501f95d59
Octal317307375222501371135131
Binary1100111111000111111111011001010101011111100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7FD; }

 p { color: rgb(207,199,253); }

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

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

 a { background-color: rgb(207,199,253); }

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

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

 span { border-color: rgb(207,199,253); }

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