#CBBEFF

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

Shades of Lavender Blue #CBBEFF

Tints of Lavender Blue #CBBEFF

Color information

#CBBEFF (or 0xCBBEFF) is unknown color: approx Lavender Blue. HEX triplet: CB, BE and FF. RGB value is (203,190,255). Sum of RGB (Red+Green+Blue) = 203+190+255=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEFF is #344100. Grayscale: #C9C9C9. Windows color (decimal): -3424513 or 16760523. OLE color: 16760523.

HSL color Cylindrical-coordinate representation of color #CBBEFF: hue angle of 252º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBEFF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203190255-
CMYK0.200.2500
HSL252º100%87.25%-
HSV(B)252º25.49%100%-
XYZ61.0956.74102.34-
YUV201.3158.31129.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 255 (100% from 255) = 39.35%
R=31.33%
G=29.32%
B=39.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031902550.200.250025210087.25
HexCBBEFF141900fc6457
Octal313276377243100374144127
Binary1100101110111110111111111010011001001111110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEFF; }

 p { color: rgb(203,190,255); }

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

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

 a { background-color: rgb(203,190,255); }

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

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

 span { border-color: rgb(203,190,255); }

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