#CACFFC

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

Shades of Lavender Blue #CACFFC

Tints of Lavender Blue #CACFFC

Color information

#CACFFC (or 0xCACFFC) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and FC. RGB value is (202,207,252). Sum of RGB (Red+Green+Blue) = 202+207+252=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFC is #353003. Grayscale: #D2D2D2. Windows color (decimal): -3485700 or 16568266. OLE color: 16568266.

HSL color Cylindrical-coordinate representation of color #CACFFC: hue angle of 234º degrees, saturation: 0.89, 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 #CACFFC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202207252-
CMYK0.200.1800.01
HSL234º89.29%89.02%-
HSV(B)234º19.84%98.82%-
XYZ64.2464.21101.1-
YUV210.64151.34121.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=30.56%
G=31.32%
B=38.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022072520.200.1800.0123489.2989.02
HexCACFFC141201ea5959
Octal312317374242201352131131
Binary1100101011001111111111001010010010011110101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFFC; }

 p { color: rgb(202,207,252); }

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

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

 a { background-color: rgb(202,207,252); }

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

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

 span { border-color: rgb(202,207,252); }

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