#CFC5FC

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

Shades of Lavender Blue #CFC5FC

Tints of Lavender Blue #CFC5FC

Color information

#CFC5FC (or 0xCFC5FC) is unknown color: approx Lavender Blue. HEX triplet: CF, C5 and FC. RGB value is (207,197,252). Sum of RGB (Red+Green+Blue) = 207+197+252=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5FC is #303A03. Grayscale: #CECECE. Windows color (decimal): -3160580 or 16565711. OLE color: 16565711.

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

Color convert

RGB207197252-
CMYK0.180.2200.01
HSL250.91º90.16%88.04%-
HSV(B)250.91º21.83%98.82%-
XYZ63.2760.23100.39-
YUV206.26153.81128.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=31.55%
G=30.03%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071972520.180.2200.01250.9190.1688.04
HexCFC5FC121601fb5a58
Octal317305374222601373132130
Binary1100111111000101111111001001010110011111101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5FC; }

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

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

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

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

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

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

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

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