#CFC2FA

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

Shades of Lavender Blue #CFC2FA

Tints of Lavender Blue #CFC2FA

Color information

#CFC2FA (or 0xCFC2FA) is unknown color: approx Lavender Blue. HEX triplet: CF, C2 and FA. RGB value is (207,194,250). Sum of RGB (Red+Green+Blue) = 207+194+250=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FA is #303D05. Grayscale: #CCCCCC. Windows color (decimal): -3161350 or 16433871. OLE color: 16433871.

HSL color Cylindrical-coordinate representation of color #CFC2FA: hue angle of 253.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC2FA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207194250-
CMYK0.170.2200.02
HSL253.93º84.85%87.06%-
HSV(B)253.93º22.4%98.04%-
XYZ62.2858.7598.5-
YUV204.27153.81129.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=31.80%
G=29.80%
B=38.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071942500.170.2200.02253.9384.8587.06
HexCFC2FA111602fe5557
Octal317302372212602376125127
Binary11001111110000101111101010001101100101111111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2FA; }

 p { color: rgb(207,194,250); }

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

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

 a { background-color: rgb(207,194,250); }

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

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

 span { border-color: rgb(207,194,250); }

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