#CDBEFC

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

Shades of Lavender Blue #CDBEFC

Tints of Lavender Blue #CDBEFC

Color information

#CDBEFC (or 0xCDBEFC) is unknown color: approx Lavender Blue. HEX triplet: CD, BE and FC. RGB value is (205,190,252). Sum of RGB (Red+Green+Blue) = 205+190+252=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEFC is #324103. Grayscale: #C9C9C9. Windows color (decimal): -3293444 or 16563917. OLE color: 16563917.

HSL color Cylindrical-coordinate representation of color #CDBEFC: hue angle of 254.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDBEFC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205190252-
CMYK0.190.2500.01
HSL254.52º91.18%86.67%-
HSV(B)254.52º24.6%98.82%-
XYZ61.1656.8399.84-
YUV201.55156.47130.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=31.68%
G=29.37%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051902520.190.2500.01254.5291.1886.67
HexCDBEFC131901ff5b57
Octal315276374233101377133127
Binary1100110110111110111111001001111001011111111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEFC; }

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

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

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

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

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

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

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

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