#CCBEFF

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

Shades of Lavender Blue #CCBEFF

Tints of Lavender Blue #CCBEFF

Color information

#CCBEFF (or 0xCCBEFF) is unknown color: approx Lavender Blue. HEX triplet: CC, BE and FF. RGB value is (204,190,255). Sum of RGB (Red+Green+Blue) = 204+190+255=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEFF is #334100. Grayscale: #C9C9C9. Windows color (decimal): -3358977 or 16760524. OLE color: 16760524.

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

Color convert

RGB204190255-
CMYK0.20.2500
HSL252.92º100%87.25%-
HSV(B)252.92º25.49%100%-
XYZ61.3756.88102.35-
YUV201.6158.14129.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 255 (100% from 255) = 39.29%
R=31.43%
G=29.28%
B=39.29%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041902550.20.2500252.9210087.25
HexCCBEFF141900fd6457
Octal314276377243100375144127
Binary1100110010111110111111111010011001001111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEFF; }

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

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

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

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

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

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

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

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