#CDBEFF

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

Shades of Lavender Blue #CDBEFF

Tints of Lavender Blue #CDBEFF

Color information

#CDBEFF (or 0xCDBEFF) is unknown color: approx Lavender Blue. HEX triplet: CD, BE and FF. RGB value is (205,190,255). Sum of RGB (Red+Green+Blue) = 205+190+255=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEFF is #324100. Grayscale: #C9C9C9. Windows color (decimal): -3293441 or 16760525. OLE color: 16760525.

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

Color convert

RGB205190255-
CMYK0.200.2500
HSL253.85º100%87.25%-
HSV(B)253.85º25.49%100%-
XYZ61.6457.03102.37-
YUV201.9157.97130.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 39.23%
R=31.54%
G=29.23%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051902550.200.2500253.8510087.25
HexCDBEFF141900fe6457
Octal315276377243100376144127
Binary1100110110111110111111111010011001001111111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEFF; }

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

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

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

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

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

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

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

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