#CDC6EE

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

Shades of Lavender Blue #CDC6EE

Tints of Lavender Blue #CDC6EE

Color information

#CDC6EE (or 0xCDC6EE) is unknown color: approx Lavender Blue. HEX triplet: CD, C6 and EE. RGB value is (205,198,238). Sum of RGB (Red+Green+Blue) = 205+198+238=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EE is #323911. Grayscale: #CCCCCC. Windows color (decimal): -3291410 or 15648461. OLE color: 15648461.

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

Color convert

RGB205198238-
CMYK0.140.1700.07
HSL250.5º54.05%85.49%-
HSV(B)250.5º16.81%93.33%-
XYZ60.859.5489.18-
YUV204.65146.82128.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=31.98%
G=30.89%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051982380.140.1700.07250.554.0585.49
HexCDC6EEE1107fa3655
Octal31530635616210737266125
Binary1100110111000110111011101110100010111111110101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6EE; }

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

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

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

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

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

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

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

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