#CDCAEC

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

Shades of Lavender Blue #CDCAEC

Tints of Lavender Blue #CDCAEC

Color information

#CDCAEC (or 0xCDCAEC) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and EC. RGB value is (205,202,236). Sum of RGB (Red+Green+Blue) = 205+202+236=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAEC is #323513. Grayscale: #CECECE. Windows color (decimal): -3290388 or 15518413. OLE color: 15518413.

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

Color convert

RGB205202236-
CMYK0.130.1400.07
HSL245.29º47.22%85.88%-
HSV(B)245.29º14.41%92.55%-
XYZ61.4461.2887.95-
YUV206.77144.49126.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=31.88%
G=31.42%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052022360.130.1400.07245.2947.2285.88
HexCDCAECDE07f52f56
Octal31531235415160736557126
Binary110011011100101011101100110111100111111101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAEC; }

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

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

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

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

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

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

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

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