#CDCAF3

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

Shades of Lavender Blue #CDCAF3

Tints of Lavender Blue #CDCAF3

Color information

#CDCAF3 (or 0xCDCAF3) is unknown color: approx Lavender Blue. HEX triplet: CD, CA and F3. RGB value is (205,202,243). Sum of RGB (Red+Green+Blue) = 205+202+243=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAF3 is #32350C. Grayscale: #CFCFCF. Windows color (decimal): -3290381 or 15977165. OLE color: 15977165.

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

Color convert

RGB205202243-
CMYK0.160.1700.05
HSL244.39º63.08%87.25%-
HSV(B)244.39º16.87%95.29%-
XYZ62.4861.6993.41-
YUV207.57147.99126.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=31.54%
G=31.08%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052022430.160.1700.05244.3963.0887.25
HexCDCAF3101105f43f57
Octal31531236320210536477127
Binary11001101110010101111001110000100010101111101001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAF3; }

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

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

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

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

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

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

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

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