#CCCFFB

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

Shades of Lavender Blue #CCCFFB

Tints of Lavender Blue #CCCFFB

Color information

#CCCFFB (or 0xCCCFFB) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and FB. RGB value is (204,207,251). Sum of RGB (Red+Green+Blue) = 204+207+251=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFB is #333004. Grayscale: #D2D2D2. Windows color (decimal): -3354629 or 16502732. OLE color: 16502732.

HSL color Cylindrical-coordinate representation of color #CCCFFB: hue angle of 236.17º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCFFB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204207251-
CMYK0.190.1800.02
HSL236.17º85.45%89.22%-
HSV(B)236.17º18.73%98.43%-
XYZ64.6364.43100.3-
YUV211.12150.51122.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=30.82%
G=31.27%
B=37.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042072510.190.1800.02236.1785.4589.22
HexCCCFFB131202ec5559
Octal314317373232202354125131
Binary11001100110011111111101110011100100101110110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFFB; }

 p { color: rgb(204,207,251); }

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

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

 a { background-color: rgb(204,207,251); }

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

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

 span { border-color: rgb(204,207,251); }

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