#CFD1FB

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

Shades of Lavender Blue #CFD1FB

Tints of Lavender Blue #CFD1FB

Color information

#CFD1FB (or 0xCFD1FB) is unknown color: approx Lavender Blue. HEX triplet: CF, D1 and FB. RGB value is (207,209,251). Sum of RGB (Red+Green+Blue) = 207+209+251=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1FB is #302E04. Grayscale: #D5D5D5. Windows color (decimal): -3157509 or 16503247. OLE color: 16503247.

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

Color convert

RGB207209251-
CMYK0.180.1700.02
HSL237.27º84.62%89.8%-
HSV(B)237.27º17.53%98.43%-
XYZ65.9565.83100.5-
YUV213.19149.34123.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=31.03%
G=31.33%
B=37.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072092510.180.1700.02237.2784.6289.8
HexCFD1FB121102ed555a
Octal317321373222102355125132
Binary11001111110100011111101110010100010101110110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1FB; }

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

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

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

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

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

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

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

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