#CFCAED

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

Shades of Lavender Blue #CFCAED

Tints of Lavender Blue #CFCAED

Color information

#CFCAED (or 0xCFCAED) is unknown color: approx Lavender Blue. HEX triplet: CF, CA and ED. RGB value is (207,202,237). Sum of RGB (Red+Green+Blue) = 207+202+237=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAED is #303512. Grayscale: #CFCFCF. Windows color (decimal): -3159315 or 15583951. OLE color: 15583951.

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

Color convert

RGB207202237-
CMYK0.130.1500.07
HSL248.57º49.3%86.08%-
HSV(B)248.57º14.77%92.94%-
XYZ62.1461.6288.74-
YUV207.48144.66127.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=32.04%
G=31.27%
B=36.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072022370.130.1500.07248.5749.386.08
HexCFCAEDDF07f93156
Octal31731235515170737161126
Binary110011111100101011101101110111110111111110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAED; }

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

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

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

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

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

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

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

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