#CFCFFB

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

Shades of Lavender Blue #CFCFFB

Tints of Lavender Blue #CFCFFB

Color information

#CFCFFB (or 0xCFCFFB) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and FB. RGB value is (207,207,251). Sum of RGB (Red+Green+Blue) = 207+207+251=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFB is #303004. Grayscale: #D3D3D3. Windows color (decimal): -3158021 or 16502735. OLE color: 16502735.

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

Color convert

RGB207207251-
CMYK0.180.1800.02
HSL240º84.62%89.8%-
HSV(B)240º17.53%98.43%-
XYZ65.4664.86100.34-
YUV212.02150124.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=31.13%
G=31.13%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072072510.180.1800.0224084.6289.8
HexCFCFFB121202f0555a
Octal317317373222202360125132
Binary11001111110011111111101110010100100101111000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFFB; }

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

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

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

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

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

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

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

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