#CCCFF3

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

Shades of Lavender Blue #CCCFF3

Tints of Lavender Blue #CCCFF3

Color information

#CCCFF3 (or 0xCCCFF3) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and F3. RGB value is (204,207,243). Sum of RGB (Red+Green+Blue) = 204+207+243=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF3 is #33300C. Grayscale: #D2D2D2. Windows color (decimal): -3354637 or 15978444. OLE color: 15978444.

HSL color Cylindrical-coordinate representation of color #CCCFF3: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCFF3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204207243-
CMYK0.160.1500.05
HSL235.38º61.9%87.65%-
HSV(B)235.38º16.05%95.29%-
XYZ63.3963.9393.79-
YUV210.21146.51123.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=31.19%
G=31.65%
B=37.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042072430.160.1500.05235.3861.987.65
HexCCCFF310F05eb3e58
Octal31431736320170535376130
Binary1100110011001111111100111000011110101111010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFF3; }

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

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

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

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

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

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

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

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