#CDBEFA

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

Shades of Lavender Blue #CDBEFA

Tints of Lavender Blue #CDBEFA

Color information

#CDBEFA (or 0xCDBEFA) is unknown color: approx Lavender Blue. HEX triplet: CD, BE and FA. RGB value is (205,190,250). Sum of RGB (Red+Green+Blue) = 205+190+250=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEFA is #324105. Grayscale: #C9C9C9. Windows color (decimal): -3293446 or 16432845. OLE color: 16432845.

HSL color Cylindrical-coordinate representation of color #CDBEFA: hue angle of 255º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDBEFA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205190250-
CMYK0.180.2400.02
HSL255º85.71%86.27%-
HSV(B)255º24%98.04%-
XYZ60.8556.7198.18-
YUV201.32155.47130.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=31.78%
G=29.46%
B=38.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051902500.180.2400.0225585.7186.27
HexCDBEFA121802ff5656
Octal315276372223002377126126
Binary11001101101111101111101010010110000101111111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEFA; }

 p { color: rgb(205,190,250); }

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

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

 a { background-color: rgb(205,190,250); }

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

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

 span { border-color: rgb(205,190,250); }

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