#CFD5FB

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

Shades of Lavender Blue #CFD5FB

Tints of Lavender Blue #CFD5FB

Color information

#CFD5FB (or 0xCFD5FB) is unknown color: approx Lavender Blue. HEX triplet: CF, D5 and FB. RGB value is (207,213,251). Sum of RGB (Red+Green+Blue) = 207+213+251=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5FB is #302A04. Grayscale: #D7D7D7. Windows color (decimal): -3156485 or 16504271. OLE color: 16504271.

HSL color Cylindrical-coordinate representation of color #CFD5FB: hue angle of 231.82º 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 #CFD5FB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207213251-
CMYK0.180.1500.02
HSL231.82º84.62%89.8%-
HSV(B)231.82º17.53%98.43%-
XYZ66.9467.82100.83-
YUV215.54148.01121.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=30.85%
G=31.74%
B=37.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072132510.180.1500.02231.8284.6289.8
HexCFD5FB12F02e8555a
Octal317325373221702350125132
Binary1100111111010101111110111001011110101110100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5FB; }

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

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

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

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

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

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

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

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