#CCBAFD

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

Shades of Lavender Blue #CCBAFD

Tints of Lavender Blue #CCBAFD

Color information

#CCBAFD (or 0xCCBAFD) is unknown color: approx Lavender Blue. HEX triplet: CC, BA and FD. RGB value is (204,186,253). Sum of RGB (Red+Green+Blue) = 204+186+253=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 186 (73.05% from 255 or 28.93% 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 #CCBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAFD is #334502. Grayscale: #C6C6C6. Windows color (decimal): -3360003 or 16628428. OLE color: 16628428.

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

Color convert

RGB204186253-
CMYK0.190.2600.01
HSL256.12º94.37%86.08%-
HSV(B)256.12º26.48%99.22%-
XYZ60.1955.05100.38-
YUV199.02158.46131.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=31.73%
G=28.93%
B=39.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041862530.190.2600.01256.1294.3786.08
HexCCBAFD131A011005e56
Octal314272375233201400136126
Binary11001100101110101111110110011110100110000000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAFD; }

 p { color: rgb(204,186,253); }

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

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

 a { background-color: rgb(204,186,253); }

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

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

 span { border-color: rgb(204,186,253); }

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