#CFC3FE

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

Shades of Lavender Blue #CFC3FE

Tints of Lavender Blue #CFC3FE

Color information

#CFC3FE (or 0xCFC3FE) is unknown color: approx Lavender Blue. HEX triplet: CF, C3 and FE. RGB value is (207,195,254). Sum of RGB (Red+Green+Blue) = 207+195+254=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3FE is #303C01. Grayscale: #CDCDCD. Windows color (decimal): -3161090 or 16696271. OLE color: 16696271.

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

Color convert

RGB207195254-
CMYK0.190.2300.00
HSL252.2º96.72%88.04%-
HSV(B)252.2º23.23%99.61%-
XYZ63.1459.45101.91-
YUV205.31155.48129.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=31.55%
G=29.73%
B=38.72%

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
Decimal2071952540.190.2300.00252.296.7288.04
HexCFC3FE131700fc6158
Octal317303376232700374141130
Binary1100111111000011111111101001110111001111110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3FE; }

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

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

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

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

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

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

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

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