#CACDEE

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

Shades of Lavender Blue #CACDEE

Tints of Lavender Blue #CACDEE

Color information

#CACDEE (or 0xCACDEE) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and EE. RGB value is (202,205,238). Sum of RGB (Red+Green+Blue) = 202+205+238=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 205 (80.47% from 255 or 31.78% 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 #CACDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDEE is #353211. Grayscale: #CFCFCF. Windows color (decimal): -3486226 or 15650250. OLE color: 15650250.

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

Color convert

RGB202205238-
CMYK0.150.1400.07
HSL235º51.43%86.27%-
HSV(B)235º15.13%93.33%-
XYZ61.6262.3989.68-
YUV207.86145.01123.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022052380.150.1400.0723551.4386.27
HexCACDEEFE07eb3356
Octal31231535617160735363126
Binary110010101100110111101110111111100111111010111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDEE; }

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

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

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

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

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

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

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

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