#CCCFFD

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

Shades of Lavender Blue #CCCFFD

Tints of Lavender Blue #CCCFFD

Color information

#CCCFFD (or 0xCCCFFD) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and FD. RGB value is (204,207,253). Sum of RGB (Red+Green+Blue) = 204+207+253=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFD is #333002. Grayscale: #D3D3D3. Windows color (decimal): -3354627 or 16633804. OLE color: 16633804.

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

Color convert

RGB204207253-
CMYK0.190.1800.01
HSL236.33º92.45%89.61%-
HSV(B)236.33º19.37%99.22%-
XYZ64.9464.55101.97-
YUV211.35151.51122.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=30.72%
G=31.17%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042072530.190.1800.01236.3392.4589.61
HexCCCFFD131201ec5c5a
Octal314317375232201354134132
Binary1100110011001111111111011001110010011110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFFD; }

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

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

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

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

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

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

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

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