#CBD1F9

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

Shades of Lavender Blue #CBD1F9

Tints of Lavender Blue #CBD1F9

Color information

#CBD1F9 (or 0xCBD1F9) is unknown color: approx Lavender Blue. HEX triplet: CB, D1 and F9. RGB value is (203,209,249). Sum of RGB (Red+Green+Blue) = 203+209+249=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1F9 is #342E06. Grayscale: #D3D3D3. Windows color (decimal): -3419655 or 16372171. OLE color: 16372171.

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

Color convert

RGB203209249-
CMYK0.180.1600.02
HSL232.17º79.31%88.63%-
HSV(B)232.17º18.47%97.65%-
XYZ64.5365.1498.79-
YUV211.77149.01121.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.71%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=30.71%
G=31.62%
B=37.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032092490.180.1600.02232.1779.3188.63
HexCBD1F9121002e84f59
Octal313321371222002350117131
Binary11001011110100011111100110010100000101110100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1F9; }

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

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

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

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

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

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

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

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