#CCB9FF

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

Shades of Lavender Blue #CCB9FF

Tints of Lavender Blue #CCB9FF

Color information

#CCB9FF (or 0xCCB9FF) is unknown color: approx Lavender Blue. HEX triplet: CC, B9 and FF. RGB value is (204,185,255). Sum of RGB (Red+Green+Blue) = 204+185+255=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FF is #334600. Grayscale: #C6C6C6. Windows color (decimal): -3360257 or 16759244. OLE color: 16759244.

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

Color convert

RGB204185255-
CMYK0.20.2700
HSL256.29º100%86.27%-
HSV(B)256.29º27.45%100%-
XYZ60.354.76102-
YUV198.66159.79131.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 185 (72.66% from 255) = 28.73%
BLUE value IS 255 (100% from 255) = 39.60%
R=31.68%
G=28.73%
B=39.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041852550.20.2700256.2910086.27
HexCCB9FF141B001006456
Octal314271377243300400144126
Binary11001100101110011111111110100110110010000000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9FF; }

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

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

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

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

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

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

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

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