#CDCAED

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

Shades of Lavender Blue #CDCAED

Tints of Lavender Blue #CDCAED

Color information

#CDCAED (or 0xCDCAED) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and ED. RGB value is (205,202,237). Sum of RGB (Red+Green+Blue) = 205+202+237=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAED is #323512. Grayscale: #CECECE. Windows color (decimal): -3290387 or 15583949. OLE color: 15583949.

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

Color convert

RGB205202237-
CMYK0.140.1500.07
HSL245.14º49.3%86.08%-
HSV(B)245.14º14.77%92.94%-
XYZ61.5861.3388.71-
YUV206.89144.99126.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=31.83%
G=31.37%
B=36.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052022370.140.1500.07245.1449.386.08
HexCDCAEDEF07f53156
Octal31531235516170736561126
Binary110011011100101011101101111011110111111101011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAED; }

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

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

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

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

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

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

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

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