#CCCFF8

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

Shades of Lavender Blue #CCCFF8

Tints of Lavender Blue #CCCFF8

Color information

#CCCFF8 (or 0xCCCFF8) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and F8. RGB value is (204,207,248). Sum of RGB (Red+Green+Blue) = 204+207+248=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF8 is #333007. Grayscale: #D2D2D2. Windows color (decimal): -3354632 or 16306124. OLE color: 16306124.

HSL color Cylindrical-coordinate representation of color #CCCFF8: hue angle of 235.91º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCFF8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204207248-
CMYK0.180.1700.03
HSL235.91º75.86%88.63%-
HSV(B)235.91º17.74%97.25%-
XYZ64.1664.2497.83-
YUV210.78149.01123.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=30.96%
G=31.41%
B=37.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042072480.180.1700.03235.9175.8688.63
HexCCCFF8121103ec4c59
Octal314317370222103354114131
Binary11001100110011111111100010010100010111110110010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFF8; }

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

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

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

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

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

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

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

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