#CCC9FD

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

Shades of Lavender Blue #CCC9FD

Tints of Lavender Blue #CCC9FD

Color information

#CCC9FD (or 0xCCC9FD) is unknown color: approx Lavender Blue. HEX triplet: CC, C9 and FD. RGB value is (204,201,253). Sum of RGB (Red+Green+Blue) = 204+201+253=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FD is #333602. Grayscale: #CFCFCF. Windows color (decimal): -3356163 or 16632268. OLE color: 16632268.

HSL color Cylindrical-coordinate representation of color #CCC9FD: hue angle of 243.46º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC9FD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204201253-
CMYK0.190.2100.01
HSL243.46º92.86%89.02%-
HSV(B)243.46º20.55%99.22%-
XYZ63.5261.7101.49-
YUV207.82153.49125.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=31.00%
G=30.55%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042012530.190.2100.01243.4692.8689.02
HexCCC9FD131501f35d59
Octal314311375232501363135131
Binary1100110011001001111111011001110101011111001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9FD; }

 p { color: rgb(204,201,253); }

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

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

 a { background-color: rgb(204,201,253); }

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

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

 span { border-color: rgb(204,201,253); }

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