#CDC8EB

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

Shades of Lavender Blue #CDC8EB

Tints of Lavender Blue #CDC8EB

Color information

#CDC8EB (or 0xCDC8EB) is unknown color: approx Lavender Blue. HEX triplet: CD, C8 and EB. RGB value is (205,200,235). Sum of RGB (Red+Green+Blue) = 205+200+235=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8EB is #323714. Grayscale: #CDCDCD. Windows color (decimal): -3290901 or 15452365. OLE color: 15452365.

HSL color Cylindrical-coordinate representation of color #CDC8EB: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC8EB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205200235-
CMYK0.130.1500.08
HSL248.57º46.67%85.29%-
HSV(B)248.57º14.89%92.16%-
XYZ60.8360.2987.03-
YUV205.48144.66127.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=32.03%
G=31.25%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052002350.130.1500.08248.5746.6785.29
HexCDC8EBDF08f92f55
Octal315310353151701037157125
Binary1100110111001000111010111101111101000111110011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8EB; }

 p { color: rgb(205,200,235); }

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

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

 a { background-color: rgb(205,200,235); }

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

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

 span { border-color: rgb(205,200,235); }

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