#CFCBFA

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

Shades of Lavender Blue #CFCBFA

Tints of Lavender Blue #CFCBFA

Color information

#CFCBFA (or 0xCFCBFA) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and FA. RGB value is (207,203,250). Sum of RGB (Red+Green+Blue) = 207+203+250=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBFA is #303405. Grayscale: #D1D1D1. Windows color (decimal): -3159046 or 16436175. OLE color: 16436175.

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

Color convert

RGB207203250-
CMYK0.170.1900.02
HSL245.11º82.46%88.82%-
HSV(B)245.11º18.8%98.04%-
XYZ64.3462.8899.19-
YUV209.55150.83126.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=31.36%
G=30.76%
B=37.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072032500.170.1900.02245.1182.4688.82
HexCFCBFA111302f55259
Octal317313372212302365122131
Binary11001111110010111111101010001100110101111010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBFA; }

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

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

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

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

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

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

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

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