#CBCAF3

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

Shades of Lavender Blue #CBCAF3

Tints of Lavender Blue #CBCAF3

Color information

#CBCAF3 (or 0xCBCAF3) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and F3. RGB value is (203,202,243). Sum of RGB (Red+Green+Blue) = 203+202+243=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAF3 is #34350C. Grayscale: #CECECE. Windows color (decimal): -3421453 or 15977163. OLE color: 15977163.

HSL color Cylindrical-coordinate representation of color #CBCAF3: hue angle of 241.46º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCAF3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203202243-
CMYK0.160.1700.05
HSL241.46º63.08%87.25%-
HSV(B)241.46º16.87%95.29%-
XYZ61.9361.4193.38-
YUV206.97148.33125.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=31.33%
G=31.17%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032022430.160.1700.05241.4663.0887.25
HexCBCAF3101105f13f57
Octal31331236320210536177127
Binary11001011110010101111001110000100010101111100011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAF3; }

 p { color: rgb(203,202,243); }

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

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

 a { background-color: rgb(203,202,243); }

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

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

 span { border-color: rgb(203,202,243); }

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