#CCCFF9

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

Shades of Lavender Blue #CCCFF9

Tints of Lavender Blue #CCCFF9

Color information

#CCCFF9 (or 0xCCCFF9) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and F9. RGB value is (204,207,249). Sum of RGB (Red+Green+Blue) = 204+207+249=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF9 is #333006. Grayscale: #D2D2D2. Windows color (decimal): -3354631 or 16371660. OLE color: 16371660.

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

Color convert

RGB204207249-
CMYK0.180.1700.02
HSL236º78.95%88.82%-
HSV(B)236º18.07%97.65%-
XYZ64.3164.398.64-
YUV210.89149.51123.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=30.91%
G=31.36%
B=37.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042072490.180.1700.0223678.9588.82
HexCCCFF9121102ec4f59
Octal314317371222102354117131
Binary11001100110011111111100110010100010101110110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFF9; }

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

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

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

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

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

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

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

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