#CDC7ED

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

Shades of Lavender Blue #CDC7ED

Tints of Lavender Blue #CDC7ED

Color information

#CDC7ED (or 0xCDC7ED) is unknown color: approx Lavender Blue. HEX triplet: CD, C7 and ED. RGB value is (205,199,237). Sum of RGB (Red+Green+Blue) = 205+199+237=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7ED is #323812. Grayscale: #CCCCCC. Windows color (decimal): -3291155 or 15583181. OLE color: 15583181.

HSL color Cylindrical-coordinate representation of color #CDC7ED: hue angle of 249.47º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC7ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205199237-
CMYK0.140.1600.07
HSL249.47º51.35%85.49%-
HSV(B)249.47º16.03%92.94%-
XYZ60.8959.9488.48-
YUV205.13145.99127.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=31.98%
G=31.05%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051992370.140.1600.07249.4751.3585.49
HexCDC7EDE1007f93355
Octal31530735516200737163125
Binary1100110111000111111011011110100000111111110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7ED; }

 p { color: rgb(205,199,237); }

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

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

 a { background-color: rgb(205,199,237); }

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

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

 span { border-color: rgb(205,199,237); }

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