#CCB9FE

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

Shades of Lavender Blue #CCB9FE

Tints of Lavender Blue #CCB9FE

Color information

#CCB9FE (or 0xCCB9FE) is unknown color: approx Lavender Blue. HEX triplet: CC, B9 and FE. RGB value is (204,185,254). Sum of RGB (Red+Green+Blue) = 204+185+254=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FE is #334601. Grayscale: #C6C6C6. Windows color (decimal): -3360258 or 16693708. OLE color: 16693708.

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

Color convert

RGB204185254-
CMYK0.200.2700.00
HSL256.52º97.18%86.08%-
HSV(B)256.52º27.17%99.61%-
XYZ60.1454.69101.15-
YUV198.55159.29131.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=31.73%
G=28.77%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041852540.200.2700.00256.5297.1886.08
HexCCB9FE141B001016156
Octal314271376243300401141126
Binary11001100101110011111111010100110110010000000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9FE; }

 p { color: rgb(204,185,254); }

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

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

 a { background-color: rgb(204,185,254); }

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

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

 span { border-color: rgb(204,185,254); }

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