#CDC7EE

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

Shades of Lavender Blue #CDC7EE

Tints of Lavender Blue #CDC7EE

Color information

#CDC7EE (or 0xCDC7EE) is unknown color: approx Lavender Blue. HEX triplet: CD, C7 and EE. RGB value is (205,199,238). Sum of RGB (Red+Green+Blue) = 205+199+238=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7EE is #323811. Grayscale: #CDCDCD. Windows color (decimal): -3291154 or 15648717. OLE color: 15648717.

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

Color convert

RGB205199238-
CMYK0.140.1600.07
HSL249.23º53.42%85.69%-
HSV(B)249.23º16.39%93.33%-
XYZ61.036089.25-
YUV205.24146.49127.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=31.93%
G=31.00%
B=37.07%

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
Decimal2051992380.140.1600.07249.2353.4285.69
HexCDC7EEE1007f93556
Octal31530735616200737165126
Binary1100110111000111111011101110100000111111110011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7EE; }

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

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

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

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

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

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

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

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