#CDCAEE

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

Shades of Lavender Blue #CDCAEE

Tints of Lavender Blue #CDCAEE

Color information

#CDCAEE (or 0xCDCAEE) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and EE. RGB value is (205,202,238). Sum of RGB (Red+Green+Blue) = 205+202+238=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAEE is #323511. Grayscale: #CECECE. Windows color (decimal): -3290386 or 15649485. OLE color: 15649485.

HSL color Cylindrical-coordinate representation of color #CDCAEE: hue angle of 245º degrees, saturation: 0.51, 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 #CDCAEE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205202238-
CMYK0.140.1500.07
HSL245º51.43%86.27%-
HSV(B)245º15.13%93.33%-
XYZ61.7361.3989.49-
YUV207145.49126.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=31.78%
G=31.32%
B=36.90%

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
Decimal2052022380.140.1500.0724551.4386.27
HexCDCAEEEF07f53356
Octal31531235616170736563126
Binary110011011100101011101110111011110111111101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAEE; }

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

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

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

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

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

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

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

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