#CBCAEC

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

Shades of Lavender Blue #CBCAEC

Tints of Lavender Blue #CBCAEC

Color information

#CBCAEC (or 0xCBCAEC) is unknown color: approx Lavender Blue. HEX triplet: CB, CA and EC. RGB value is (203,202,236). Sum of RGB (Red+Green+Blue) = 203+202+236=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAEC is #343513. Grayscale: #CECECE. Windows color (decimal): -3421460 or 15518411. OLE color: 15518411.

HSL color Cylindrical-coordinate representation of color #CBCAEC: hue angle of 241.76º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCAEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203202236-
CMYK0.140.1400.07
HSL241.76º47.22%85.88%-
HSV(B)241.76º14.41%92.55%-
XYZ60.8960.9987.92-
YUV206.18144.83125.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=31.67%
G=31.51%
B=36.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032022360.140.1400.07241.7647.2285.88
HexCBCAECEE07f22f56
Octal31331235416160736257126
Binary110010111100101011101100111011100111111100101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAEC; }

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

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

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

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

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

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

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

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