#CDC9FA

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

Shades of Lavender Blue #CDC9FA

Tints of Lavender Blue #CDC9FA

Color information

#CDC9FA (or 0xCDC9FA) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and FA. RGB value is (205,201,250). Sum of RGB (Red+Green+Blue) = 205+201+250=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9FA is #323605. Grayscale: #CFCFCF. Windows color (decimal): -3290630 or 16435661. OLE color: 16435661.

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

Color convert

RGB205201250-
CMYK0.180.2000.02
HSL244.9º83.05%88.43%-
HSV(B)244.9º19.6%98.04%-
XYZ63.3261.6599.01-
YUV207.78151.83126.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=31.25%
G=30.64%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052012500.180.2000.02244.983.0588.43
HexCDC9FA121402f55358
Octal315311372222402365123130
Binary11001101110010011111101010010101000101111010110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9FA; }

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

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

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

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

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

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

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

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