#CDC7EF

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

Shades of Lavender Blue #CDC7EF

Tints of Lavender Blue #CDC7EF

Color information

#CDC7EF (or 0xCDC7EF) is unknown color: approx Lavender Blue. HEX triplet: CD, C7 and EF. RGB value is (205,199,239). Sum of RGB (Red+Green+Blue) = 205+199+239=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7EF is #323810. Grayscale: #CDCDCD. Windows color (decimal): -3291153 or 15714253. OLE color: 15714253.

HSL color Cylindrical-coordinate representation of color #CDC7EF: hue angle of 249º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC7EF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205199239-
CMYK0.140.1700.06
HSL249º55.56%85.88%-
HSV(B)249º16.74%93.73%-
XYZ61.1860.0690.03-
YUV205.35146.99127.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=31.88%
G=30.95%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051992390.140.1700.0624955.5685.88
HexCDC7EFE1106f93856
Octal31530735716210637170126
Binary1100110111000111111011111110100010110111110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7EF; }

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

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

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

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

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

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

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

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