#CCBEFE

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

Shades of Lavender Blue #CCBEFE

Tints of Lavender Blue #CCBEFE

Color information

#CCBEFE (or 0xCCBEFE) is unknown color: approx Lavender Blue. HEX triplet: CC, BE and FE. RGB value is (204,190,254). Sum of RGB (Red+Green+Blue) = 204+190+254=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEFE is #334101. Grayscale: #C9C9C9. Windows color (decimal): -3358978 or 16694988. OLE color: 16694988.

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

Color convert

RGB204190254-
CMYK0.200.2500.00
HSL253.12º96.97%87.06%-
HSV(B)253.12º25.2%99.61%-
XYZ61.256.82101.51-
YUV201.48157.64129.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=31.48%
G=29.32%
B=39.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041902540.200.2500.00253.1296.9787.06
HexCCBEFE141900fd6157
Octal314276376243100375141127
Binary1100110010111110111111101010011001001111110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEFE; }

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

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

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

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

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

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

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

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