#CBBCFD

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

Shades of Lavender Blue #CBBCFD

Tints of Lavender Blue #CBBCFD

Color information

#CBBCFD (or 0xCBBCFD) is unknown color: approx Lavender Blue. HEX triplet: CB, BC and FD. RGB value is (203,188,253). Sum of RGB (Red+Green+Blue) = 203+188+253=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCFD is #344302. Grayscale: #C7C7C7. Windows color (decimal): -3425027 or 16628939. OLE color: 16628939.

HSL color Cylindrical-coordinate representation of color #CBBCFD: hue angle of 253.85º 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 #CBBCFD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203188253-
CMYK0.200.2600.01
HSL253.85º94.2%86.47%-
HSV(B)253.85º25.69%99.22%-
XYZ60.3455.75100.51-
YUV199.9157.97130.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=31.52%
G=29.19%
B=39.29%

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
Decimal2031882530.200.2600.01253.8594.286.47
HexCBBCFD141A01fe5e56
Octal313274375243201376136126
Binary1100101110111100111111011010011010011111111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCFD; }

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

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

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

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

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

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

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

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