#CAC8FD

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

Shades of Lavender Blue #CAC8FD

Tints of Lavender Blue #CAC8FD

Color information

#CAC8FD (or 0xCAC8FD) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and FD. RGB value is (202,200,253). Sum of RGB (Red+Green+Blue) = 202+200+253=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8FD is #353702. Grayscale: #CECECE. Windows color (decimal): -3487491 or 16632010. OLE color: 16632010.

HSL color Cylindrical-coordinate representation of color #CAC8FD: hue angle of 242.26º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC8FD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202200253-
CMYK0.200.2100.01
HSL242.26º92.98%88.82%-
HSV(B)242.26º20.95%99.22%-
XYZ62.7460.96101.39-
YUV206.64154.16124.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=30.84%
G=30.53%
B=38.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022002530.200.2100.01242.2692.9888.82
HexCAC8FD141501f25d59
Octal312310375242501362135131
Binary1100101011001000111111011010010101011111001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8FD; }

 p { color: rgb(202,200,253); }

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

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

 a { background-color: rgb(202,200,253); }

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

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

 span { border-color: rgb(202,200,253); }

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