#CFD1FC

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

Shades of Lavender Blue #CFD1FC

Tints of Lavender Blue #CFD1FC

Color information

#CFD1FC (or 0xCFD1FC) is unknown color: approx Lavender Blue. HEX triplet: CF, D1 and FC. RGB value is (207,209,252). Sum of RGB (Red+Green+Blue) = 207+209+252=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1FC is #302E03. Grayscale: #D5D5D5. Windows color (decimal): -3157508 or 16568783. OLE color: 16568783.

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

Color convert

RGB207209252-
CMYK0.180.1700.01
HSL237.33º88.24%90%-
HSV(B)237.33º17.86%98.82%-
XYZ66.165.89101.33-
YUV213.3149.84123.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=30.99%
G=31.29%
B=37.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072092520.180.1700.01237.3388.2490
HexCFD1FC121101ed585a
Octal317321374222101355130132
Binary1100111111010001111111001001010001011110110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1FC; }

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

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

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

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

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

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

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

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