#CBBBFD

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

Shades of Lavender Blue #CBBBFD

Tints of Lavender Blue #CBBBFD

Color information

#CBBBFD (or 0xCBBBFD) is unknown color: approx Lavender Blue. HEX triplet: CB, BB and FD. RGB value is (203,187,253). Sum of RGB (Red+Green+Blue) = 203+187+253=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBFD is #344402. Grayscale: #C7C7C7. Windows color (decimal): -3425283 or 16628683. OLE color: 16628683.

HSL color Cylindrical-coordinate representation of color #CBBBFD: hue angle of 254.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBBFD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203187253-
CMYK0.200.2600.01
HSL254.55º94.29%86.27%-
HSV(B)254.55º26.09%99.22%-
XYZ60.1355.33100.44-
YUV199.31158.3130.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=31.57%
G=29.08%
B=39.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031872530.200.2600.01254.5594.2986.27
HexCBBBFD141A01ff5e56
Octal313273375243201377136126
Binary1100101110111011111111011010011010011111111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBFD; }

 p { color: rgb(203,187,253); }

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

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

 a { background-color: rgb(203,187,253); }

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

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

 span { border-color: rgb(203,187,253); }

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