#CACFFE

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

Shades of Lavender Blue #CACFFE

Tints of Lavender Blue #CACFFE

Color information

#CACFFE (or 0xCACFFE) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and FE. RGB value is (202,207,254). Sum of RGB (Red+Green+Blue) = 202+207+254=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFE is #353001. Grayscale: #D2D2D2. Windows color (decimal): -3485698 or 16699338. OLE color: 16699338.

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

Color convert

RGB202207254-
CMYK0.200.1900.00
HSL234.23º96.3%89.41%-
HSV(B)234.23º20.47%99.61%-
XYZ64.5664.34102.78-
YUV210.86152.34121.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=30.47%
G=31.22%
B=38.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022072540.200.1900.00234.2396.389.41
HexCACFFE141300ea6059
Octal312317376242300352140131
Binary1100101011001111111111101010010011001110101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFFE; }

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

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

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

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

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

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

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

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