#CDCAF8

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

Shades of Lavender Blue #CDCAF8

Tints of Lavender Blue #CDCAF8

Color information

#CDCAF8 (or 0xCDCAF8) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and F8. RGB value is (205,202,248). Sum of RGB (Red+Green+Blue) = 205+202+248=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAF8 is #323507. Grayscale: #CFCFCF. Windows color (decimal): -3290376 or 16304845. OLE color: 16304845.

HSL color Cylindrical-coordinate representation of color #CDCAF8: hue angle of 243.91º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCAF8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205202248-
CMYK0.170.1900.03
HSL243.91º76.67%88.24%-
HSV(B)243.91º18.55%97.25%-
XYZ63.246297.44-
YUV208.14150.49125.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=31.30%
G=30.84%
B=37.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052022480.170.1900.03243.9176.6788.24
HexCDCAF8111303f44d58
Octal315312370212303364115130
Binary11001101110010101111100010001100110111111010010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAF8; }

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

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

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

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

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

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

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

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