#CBCCEA

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

Shades of Lavender Blue #CBCCEA

Tints of Lavender Blue #CBCCEA

Color information

#CBCCEA (or 0xCBCCEA) is unknown color: approx Lavender Blue. HEX triplet: CB, CC and EA. RGB value is (203,204,234). Sum of RGB (Red+Green+Blue) = 203+204+234=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCEA is #343315. Grayscale: #CFCFCF. Windows color (decimal): -3420950 or 15387851. OLE color: 15387851.

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

Color convert

RGB203204234-
CMYK0.130.1300.08
HSL238.06º42.47%85.69%-
HSV(B)238.06º13.25%91.76%-
XYZ61.0761.8286.56-
YUV207.12143.17125.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=31.67%
G=31.83%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032042340.130.1300.08238.0642.4785.69
HexCBCCEADD08ee2a56
Octal313314352151501035652126
Binary1100101111001100111010101101110101000111011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCEA; }

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

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

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

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

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

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

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

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