#CDC9F2

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

Shades of Lavender Blue #CDC9F2

Tints of Lavender Blue #CDC9F2

Color information

#CDC9F2 (or 0xCDC9F2) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and F2. RGB value is (205,201,242). Sum of RGB (Red+Green+Blue) = 205+201+242=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9F2 is #32360D. Grayscale: #CECECE. Windows color (decimal): -3290638 or 15911373. OLE color: 15911373.

HSL color Cylindrical-coordinate representation of color #CDC9F2: hue angle of 245.85º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC9F2 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205201242-
CMYK0.150.1700.05
HSL245.85º61.19%86.86%-
HSV(B)245.85º16.94%94.9%-
XYZ62.0961.1692.54-
YUV206.87147.83126.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 201 (78.91% from 255) = 31.02%
BLUE value IS 242 (94.92% from 255) = 37.35%
R=31.64%
G=31.02%
B=37.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052012420.150.1700.05245.8561.1986.86
HexCDC9F2F1105f63d57
Octal31531136217210536675127
Binary1100110111001001111100101111100010101111101101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9F2; }

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

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

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

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

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

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

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

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