#CFC3FC

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

Shades of Lavender Blue #CFC3FC

Tints of Lavender Blue #CFC3FC

Color information

#CFC3FC (or 0xCFC3FC) is unknown color: approx Lavender Blue. HEX triplet: CF, C3 and FC. RGB value is (207,195,252). Sum of RGB (Red+Green+Blue) = 207+195+252=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3FC is #303C03. Grayscale: #CCCCCC. Windows color (decimal): -3161092 or 16565199. OLE color: 16565199.

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

Color convert

RGB207195252-
CMYK0.180.2300.01
HSL252.63º90.48%87.65%-
HSV(B)252.63º22.62%98.82%-
XYZ62.8259.32100.24-
YUV205.09154.48129.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 195 (76.56% from 255) = 29.82%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=31.65%
G=29.82%
B=38.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071952520.180.2300.01252.6390.4887.65
HexCFC3FC121701fd5a58
Octal317303374222701375132130
Binary1100111111000011111111001001010111011111110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3FC; }

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

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

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

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

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

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

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

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