#CDCAF1

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

Shades of Lavender Blue #CDCAF1

Tints of Lavender Blue #CDCAF1

Color information

#CDCAF1 (or 0xCDCAF1) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and F1. RGB value is (205,202,241). Sum of RGB (Red+Green+Blue) = 205+202+241=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAF1 is #32350E. Grayscale: #CFCFCF. Windows color (decimal): -3290383 or 15846093. OLE color: 15846093.

HSL color Cylindrical-coordinate representation of color #CDCAF1: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCAF1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205202241-
CMYK0.150.1600.05
HSL244.62º58.21%86.86%-
HSV(B)244.62º16.18%94.51%-
XYZ62.1761.5791.83-
YUV207.34146.99126.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=31.64%
G=31.17%
B=37.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052022410.150.1600.05244.6258.2186.86
HexCDCAF1F1005f53a57
Octal31531236117200536572127
Binary1100110111001010111100011111100000101111101011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAF1; }

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

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

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

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

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

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

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

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