#CFD0FB

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

Shades of Lavender Blue #CFD0FB

Tints of Lavender Blue #CFD0FB

Color information

#CFD0FB (or 0xCFD0FB) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and FB. RGB value is (207,208,251). Sum of RGB (Red+Green+Blue) = 207+208+251=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFD0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FB is #302F04. Grayscale: #D4D4D4. Windows color (decimal): -3157765 or 16502991. OLE color: 16502991.

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

Color convert

RGB207208251-
CMYK0.180.1700.02
HSL238.64º84.62%89.8%-
HSV(B)238.64º17.53%98.43%-
XYZ65.765.34100.42-
YUV212.6149.67124-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 208 (81.64% from 255) = 31.23%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=31.08%
G=31.23%
B=37.69%

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
Decimal2072082510.180.1700.02238.6484.6289.8
HexCFD0FB121102ef555a
Octal317320373222102357125132
Binary11001111110100001111101110010100010101110111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0FB; }

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

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

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

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

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

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

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

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