#CACCF7

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

Shades of Lavender Blue #CACCF7

Tints of Lavender Blue #CACCF7

Color information

#CACCF7 (or 0xCACCF7) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and F7. RGB value is (202,204,247). Sum of RGB (Red+Green+Blue) = 202+204+247=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #CACCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCF7 is #353308. Grayscale: #D0D0D0. Windows color (decimal): -3486473 or 16239818. OLE color: 16239818.

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

Color convert

RGB202204247-
CMYK0.180.1700.03
HSL237.33º73.77%88.04%-
HSV(B)237.33º18.22%96.86%-
XYZ62.7462.4696.74-
YUV208.3149.84123.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=30.93%
G=31.24%
B=37.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022042470.180.1700.03237.3373.7788.04
HexCACCF7121103ed4a58
Octal312314367222103355112130
Binary11001010110011001111011110010100010111110110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCF7; }

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

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

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

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

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

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

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

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