#CBCFFA

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

Shades of Lavender Blue #CBCFFA

Tints of Lavender Blue #CBCFFA

Color information

#CBCFFA (or 0xCBCFFA) is unknown color: approx Lavender Blue. HEX triplet: CB, CF and FA. RGB value is (203,207,250). Sum of RGB (Red+Green+Blue) = 203+207+250=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 207 (81.25% from 255 or 31.36% 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 #CBCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFFA is #343005. Grayscale: #D2D2D2. Windows color (decimal): -3420166 or 16437195. OLE color: 16437195.

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

Color convert

RGB203207250-
CMYK0.190.1700.02
HSL234.89º82.46%88.82%-
HSV(B)234.89º18.8%98.04%-
XYZ64.264.2299.46-
YUV210.71150.17122.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032072500.190.1700.02234.8982.4688.82
HexCBCFFA131102eb5259
Octal313317372232102353122131
Binary11001011110011111111101010011100010101110101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFFA; }

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

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

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

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

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

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

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

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