#CDC6FA

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

Shades of Lavender Blue #CDC6FA

Tints of Lavender Blue #CDC6FA

Color information

#CDC6FA (or 0xCDC6FA) is unknown color: approx Lavender Blue. HEX triplet: CD, C6 and FA. RGB value is (205,198,250). Sum of RGB (Red+Green+Blue) = 205+198+250=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6FA is #323905. Grayscale: #CDCDCD. Windows color (decimal): -3291398 or 16434893. OLE color: 16434893.

HSL color Cylindrical-coordinate representation of color #CDC6FA: hue angle of 248.08º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC6FA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205198250-
CMYK0.180.2100.02
HSL248.08º83.87%87.84%-
HSV(B)248.08º20.8%98.04%-
XYZ62.6360.2798.77-
YUV206.02152.82127.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=31.39%
G=30.32%
B=38.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051982500.180.2100.02248.0883.8787.84
HexCDC6FA121502f85458
Octal315306372222502370124130
Binary11001101110001101111101010010101010101111100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6FA; }

 p { color: rgb(205,198,250); }

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

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

 a { background-color: rgb(205,198,250); }

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

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

 span { border-color: rgb(205,198,250); }

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