#CCC8FD

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

Shades of Lavender Blue #CCC8FD

Tints of Lavender Blue #CCC8FD

Color information

#CCC8FD (or 0xCCC8FD) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and FD. RGB value is (204,200,253). Sum of RGB (Red+Green+Blue) = 204+200+253=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FD is #333702. Grayscale: #CFCFCF. Windows color (decimal): -3356419 or 16632012. OLE color: 16632012.

HSL color Cylindrical-coordinate representation of color #CCC8FD: hue angle of 244.53º 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 #CCC8FD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204200253-
CMYK0.190.2100.01
HSL244.53º92.98%88.82%-
HSV(B)244.53º20.95%99.22%-
XYZ63.2961.24101.41-
YUV207.24153.83125.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=31.05%
G=30.44%
B=38.51%

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
Decimal2042002530.190.2100.01244.5392.9888.82
HexCCC8FD131501f55d59
Octal314310375232501365135131
Binary1100110011001000111111011001110101011111010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8FD; }

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

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

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

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

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

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

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

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