#CDCBEC

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

Shades of Lavender Blue #CDCBEC

Tints of Lavender Blue #CDCBEC

Color information

#CDCBEC (or 0xCDCBEC) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and EC. RGB value is (205,203,236). Sum of RGB (Red+Green+Blue) = 205+203+236=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 203 (79.69% from 255 or 31.52% 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 #CDCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBEC is #323413. Grayscale: #CFCFCF. Windows color (decimal): -3290132 or 15518669. OLE color: 15518669.

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

Color convert

RGB205203236-
CMYK0.130.1400.07
HSL243.64º46.48%86.08%-
HSV(B)243.64º13.98%92.55%-
XYZ61.6761.7588.02-
YUV207.36144.16126.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052032360.130.1400.07243.6446.4886.08
HexCDCBECDE07f42e56
Octal31531335415160736456126
Binary110011011100101111101100110111100111111101001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBEC; }

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

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

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

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

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

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

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

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