#CDCCF8

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

Shades of Lavender Blue #CDCCF8

Tints of Lavender Blue #CDCCF8

Color information

#CDCCF8 (or 0xCDCCF8) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and F8. RGB value is (205,204,248). Sum of RGB (Red+Green+Blue) = 205+204+248=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDCCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCF8 is #323307. Grayscale: #D1D1D1. Windows color (decimal): -3289864 or 16305357. OLE color: 16305357.

HSL color Cylindrical-coordinate representation of color #CDCCF8: hue angle of 241.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDCCF8 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205204248-
CMYK0.170.1800.03
HSL241.36º75.86%88.63%-
HSV(B)241.36º17.74%97.25%-
XYZ63.7162.9497.6-
YUV209.31149.83124.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=31.20%
G=31.05%
B=37.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052042480.170.1800.03241.3675.8688.63
HexCDCCF8111203f14c59
Octal315314370212203361114131
Binary11001101110011001111100010001100100111111000110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCF8; }

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

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

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

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

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

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

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

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