#CACCFD

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

Shades of Lavender Blue #CACCFD

Tints of Lavender Blue #CACCFD

Color information

#CACCFD (or 0xCACCFD) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and FD. RGB value is (202,204,253). Sum of RGB (Red+Green+Blue) = 202+204+253=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #CACCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFD is #353302. Grayscale: #D0D0D0. Windows color (decimal): -3486467 or 16633034. OLE color: 16633034.

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

Color convert

RGB202204253-
CMYK0.200.1900.01
HSL237.65º92.73%89.22%-
HSV(B)237.65º20.16%99.22%-
XYZ63.6862.83101.7-
YUV208.99152.84123.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=30.65%
G=30.96%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022042530.200.1900.01237.6592.7389.22
HexCACCFD141301ee5d59
Octal312314375242301356135131
Binary1100101011001100111111011010010011011110111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCFD; }

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

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

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

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

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

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

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

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