#CBCDEC

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

Shades of Lavender Blue #CBCDEC

Tints of Lavender Blue #CBCDEC

Color information

#CBCDEC (or 0xCBCDEC) is unknown color: approx Lavender Blue. HEX triplet: CB, CD and EC. RGB value is (203,205,236). Sum of RGB (Red+Green+Blue) = 203+205+236=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDEC is #343213. Grayscale: #CFCFCF. Windows color (decimal): -3420692 or 15519179. OLE color: 15519179.

HSL color Cylindrical-coordinate representation of color #CBCDEC: hue angle of 236.36º degrees, saturation: 0.46, 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 #CBCDEC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203205236-
CMYK0.140.1300.07
HSL236.36º46.48%86.08%-
HSV(B)236.36º13.98%92.55%-
XYZ61.662.4288.16-
YUV207.94143.84124.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=31.52%
G=31.83%
B=36.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032052360.140.1300.07236.3646.4886.08
HexCBCDECED07ec2e56
Octal31331535416150735456126
Binary110010111100110111101100111011010111111011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDEC; }

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

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

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

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

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

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

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

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