#CACDED

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

Shades of Lavender Blue #CACDED

Tints of Lavender Blue #CACDED

Color information

#CACDED (or 0xCACDED) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and ED. RGB value is (202,205,237). Sum of RGB (Red+Green+Blue) = 202+205+237=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 205 (80.47% from 255 or 31.83% 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 #CACDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDED is #353212. Grayscale: #CFCFCF. Windows color (decimal): -3486227 or 15584714. OLE color: 15584714.

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

Color convert

RGB202205237-
CMYK0.150.1400.07
HSL234.86º49.3%86.08%-
HSV(B)234.86º14.77%92.94%-
XYZ61.4762.3388.91-
YUV207.75144.51123.9-

RGB Variations

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

RGB

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

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
Decimal2022052370.150.1400.07234.8649.386.08
HexCACDEDFE07eb3156
Octal31231535517160735361126
Binary110010101100110111101101111111100111111010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDED; }

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

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

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

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

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

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

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

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