#CBD1FA

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

Shades of Lavender Blue #CBD1FA

Tints of Lavender Blue #CBD1FA

Color information

#CBD1FA (or 0xCBD1FA) is unknown color: approx Lavender Blue. HEX triplet: CB, D1 and FA. RGB value is (203,209,250). Sum of RGB (Red+Green+Blue) = 203+209+250=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1FA is #342E05. Grayscale: #D3D3D3. Windows color (decimal): -3419654 or 16437707. OLE color: 16437707.

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

Color convert

RGB203209250-
CMYK0.190.1600.02
HSL232.34º82.46%88.82%-
HSV(B)232.34º18.8%98.04%-
XYZ64.6865.299.62-
YUV211.88149.51121.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.66%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=30.66%
G=31.57%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032092500.190.1600.02232.3482.4688.82
HexCBD1FA131002e85259
Octal313321372232002350122131
Binary11001011110100011111101010011100000101110100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1FA; }

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

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

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

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

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

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

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

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