#CACADF

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

Shades of Lavender Grey #CACADF

Tints of Lavender Grey #CACADF

Color information

#CACADF (or 0xCACADF) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and DF. RGB value is (202,202,223). Sum of RGB (Red+Green+Blue) = 202+202+223=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADF is #353520. Grayscale: #CCCCCC. Windows color (decimal): -3487009 or 14666442. OLE color: 14666442.

HSL color Cylindrical-coordinate representation of color #CACADF: hue angle of 240º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACADF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202202223-
CMYK0.090.0900.13
HSL240º24.71%83.33%-
HSV(B)240º9.42%87.45%-
XYZ58.860.1378.32-
YUV204.39138.5126.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=32.22%
G=32.22%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022022230.090.0900.1324024.7183.33
HexCACADF990Df01953
Octal312312337111101536031123
Binary110010101100101011011111100110010110111110000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACADF; }

 p { color: rgb(202,202,223); }

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

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

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

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

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

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

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