#CFCBF9

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

Shades of Lavender Blue #CFCBF9

Tints of Lavender Blue #CFCBF9

Color information

#CFCBF9 (or 0xCFCBF9) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and F9. RGB value is (207,203,249). Sum of RGB (Red+Green+Blue) = 207+203+249=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFCBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF9 is #303406. Grayscale: #D1D1D1. Windows color (decimal): -3159047 or 16370639. OLE color: 16370639.

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

Color convert

RGB207203249-
CMYK0.170.1800.02
HSL245.22º79.31%88.63%-
HSV(B)245.22º18.47%97.65%-
XYZ64.1962.8298.36-
YUV209.44150.33126.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=31.41%
G=30.80%
B=37.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072032490.170.1800.02245.2279.3188.63
HexCFCBF9111202f54f59
Octal317313371212202365117131
Binary11001111110010111111100110001100100101111010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBF9; }

 p { color: rgb(207,203,249); }

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

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

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

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

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

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

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