#CACCFF

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

Shades of Lavender Blue #CACCFF

Tints of Lavender Blue #CACCFF

Color information

#CACCFF (or 0xCACCFF) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and FF. RGB value is (202,204,255). Sum of RGB (Red+Green+Blue) = 202+204+255=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFF is #353300. Grayscale: #D1D1D1. Windows color (decimal): -3486465 or 16764106. OLE color: 16764106.

HSL color Cylindrical-coordinate representation of color #CACCFF: hue angle of 237.74º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACCFF is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202204255-
CMYK0.210.200
HSL237.74º100%89.61%-
HSV(B)237.74º20.78%100%-
XYZ6462.96103.39-
YUV209.22153.84122.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 255 (100% from 255) = 38.58%
R=30.56%
G=30.86%
B=38.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022042550.210.200237.7410089.61
HexCACCFF151400ee645a
Octal312314377252400356144132
Binary1100101011001100111111111010110100001110111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCFF; }

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

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

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

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

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

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

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

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