#CFC8FE

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

Shades of Lavender Blue #CFC8FE

Tints of Lavender Blue #CFC8FE

Color information

#CFC8FE (or 0xCFC8FE) is unknown color: approx Lavender Blue. HEX triplet: CF, C8 and FE. RGB value is (207,200,254). Sum of RGB (Red+Green+Blue) = 207+200+254=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8FE is #303701. Grayscale: #D0D0D0. Windows color (decimal): -3159810 or 16697551. OLE color: 16697551.

HSL color Cylindrical-coordinate representation of color #CFC8FE: hue angle of 247.78º 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 #CFC8FE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207200254-
CMYK0.190.2100.00
HSL247.78º96.43%89.02%-
HSV(B)247.78º21.26%99.61%-
XYZ64.2861.73102.29-
YUV208.25153.82127.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=31.32%
G=30.26%
B=38.43%

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
Decimal2072002540.190.2100.00247.7896.4389.02
HexCFC8FE131500f86059
Octal317310376232500370140131
Binary1100111111001000111111101001110101001111100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC8FE; }

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

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

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

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

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

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

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

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