#CDC9F1

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

Shades of Lavender Blue #CDC9F1

Tints of Lavender Blue #CDC9F1

Color information

#CDC9F1 (or 0xCDC9F1) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and F1. RGB value is (205,201,241). Sum of RGB (Red+Green+Blue) = 205+201+241=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9F1 is #32360E. Grayscale: #CECECE. Windows color (decimal): -3290639 or 15845837. OLE color: 15845837.

HSL color Cylindrical-coordinate representation of color #CDC9F1: hue angle of 246º degrees, saturation: 0.59, 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 #CDC9F1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205201241-
CMYK0.150.1700.05
HSL246º58.82%86.67%-
HSV(B)246º16.6%94.51%-
XYZ61.9461.191.75-
YUV206.76147.33126.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 201 (78.91% from 255) = 31.07%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=31.68%
G=31.07%
B=37.25%

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
Decimal2052012410.150.1700.0524658.8286.67
HexCDC9F1F1105f63b57
Octal31531136117210536673127
Binary1100110111001001111100011111100010101111101101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9F1; }

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

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

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

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

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

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

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

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