#CFC1FC

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

Shades of Lavender Blue #CFC1FC

Tints of Lavender Blue #CFC1FC

Color information

#CFC1FC (or 0xCFC1FC) is unknown color: approx Lavender Blue. HEX triplet: CF, C1 and FC. RGB value is (207,193,252). Sum of RGB (Red+Green+Blue) = 207+193+252=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1FC is #303E03. Grayscale: #CBCBCB. Windows color (decimal): -3161604 or 16564687. OLE color: 16564687.

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

Color convert

RGB207193252-
CMYK0.180.2300.01
HSL254.24º90.77%87.25%-
HSV(B)254.24º23.41%98.82%-
XYZ62.3758.43100.09-
YUV203.91155.14130.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=31.75%
G=29.60%
B=38.65%

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
Decimal2071932520.180.2300.01254.2490.7787.25
HexCFC1FC121701fe5b57
Octal317301374222701376133127
Binary1100111111000001111111001001010111011111111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1FC; }

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

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

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

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

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

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

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

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