#CFD2FB

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

Shades of Lavender Blue #CFD2FB

Tints of Lavender Blue #CFD2FB

Color information

#CFD2FB (or 0xCFD2FB) is unknown color: approx Lavender Blue. HEX triplet: CF, D2 and FB. RGB value is (207,210,251). Sum of RGB (Red+Green+Blue) = 207+210+251=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2FB is #302D04. Grayscale: #D5D5D5. Windows color (decimal): -3157253 or 16503503. OLE color: 16503503.

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

Color convert

RGB207210251-
CMYK0.180.1600.02
HSL235.91º84.62%89.8%-
HSV(B)235.91º17.53%98.43%-
XYZ66.1966.32100.58-
YUV213.78149.01123.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=30.99%
G=31.44%
B=37.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072102510.180.1600.02235.9184.6289.8
HexCFD2FB121002ec555a
Octal317322373222002354125132
Binary11001111110100101111101110010100000101110110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2FB; }

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

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

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

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

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

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

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

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