#CBCAEA

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

Shades of Lavender Blue #CBCAEA

Tints of Lavender Blue #CBCAEA

Color information

#CBCAEA (or 0xCBCAEA) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and EA. RGB value is (203,202,234). Sum of RGB (Red+Green+Blue) = 203+202+234=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAEA is #343515. Grayscale: #CDCDCD. Windows color (decimal): -3421462 or 15387339. OLE color: 15387339.

HSL color Cylindrical-coordinate representation of color #CBCAEA: hue angle of 241.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCAEA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203202234-
CMYK0.130.1400.08
HSL241.88º43.24%85.49%-
HSV(B)241.88º13.68%91.76%-
XYZ60.660.8886.4-
YUV205.95143.83125.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=31.77%
G=31.61%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032022340.130.1400.08241.8843.2485.49
HexCBCAEADE08f22b55
Octal313312352151601036253125
Binary1100101111001010111010101101111001000111100101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAEA; }

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

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

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

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

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

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

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

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