#CDBFFB

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

Shades of Lavender Blue #CDBFFB

Tints of Lavender Blue #CDBFFB

Color information

#CDBFFB (or 0xCDBFFB) is unknown color: approx Lavender Blue. HEX triplet: CD, BF and FB. RGB value is (205,191,251). Sum of RGB (Red+Green+Blue) = 205+191+251=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBFFB is #324004. Grayscale: #C9C9C9. Windows color (decimal): -3293189 or 16498637. OLE color: 16498637.

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

Color convert

RGB205191251-
CMYK0.180.2400.02
HSL254º88.24%86.67%-
HSV(B)254º23.9%98.43%-
XYZ61.2257.2199.08-
YUV202.03155.64130.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=31.68%
G=29.52%
B=38.79%

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
Decimal2051912510.180.2400.0225488.2486.67
HexCDBFFB121802fe5857
Octal315277373223002376130127
Binary11001101101111111111101110010110000101111111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBFFB; }

 p { color: rgb(205,191,251); }

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

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

 a { background-color: rgb(205,191,251); }

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

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

 span { border-color: rgb(205,191,251); }

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