#CCCDF5

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

Shades of Lavender Blue #CCCDF5

Tints of Lavender Blue #CCCDF5

Color information

#CCCDF5 (or 0xCCCDF5) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and F5. RGB value is (204,205,245). Sum of RGB (Red+Green+Blue) = 204+205+245=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF5 is #33320A. Grayscale: #D1D1D1. Windows color (decimal): -3355147 or 16109004. OLE color: 16109004.

HSL color Cylindrical-coordinate representation of color #CCCDF5: hue angle of 238.54º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCDF5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204205245-
CMYK0.170.1600.04
HSL238.54º67.21%88.04%-
HSV(B)238.54º16.73%96.08%-
XYZ63.2163.0995.23-
YUV209.26148.17124.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=31.19%
G=31.35%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042052450.170.1600.04238.5467.2188.04
HexCCCDF5111004ef4358
Octal314315365212004357103130
Binary110011001100110111110101100011000001001110111110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDF5; }

 p { color: rgb(204,205,245); }

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

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

 a { background-color: rgb(204,205,245); }

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

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

 span { border-color: rgb(204,205,245); }

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