#CFC4FE

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

Shades of Lavender Blue #CFC4FE

Tints of Lavender Blue #CFC4FE

Color information

#CFC4FE (or 0xCFC4FE) is unknown color: approx Lavender Blue. HEX triplet: CF, C4 and FE. RGB value is (207,196,254). Sum of RGB (Red+Green+Blue) = 207+196+254=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FE is #303B01. Grayscale: #CDCDCD. Windows color (decimal): -3160834 or 16696527. OLE color: 16696527.

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

Color convert

RGB207196254-
CMYK0.190.2300.00
HSL251.38º96.67%88.24%-
HSV(B)251.38º22.83%99.61%-
XYZ63.3659.9101.99-
YUV205.9155.14128.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=31.51%
G=29.83%
B=38.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071962540.190.2300.00251.3896.6788.24
HexCFC4FE131700fb6158
Octal317304376232700373141130
Binary1100111111000100111111101001110111001111101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4FE; }

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

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

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

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

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

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

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

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