#CACDF7

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

Shades of Lavender Blue #CACDF7

Tints of Lavender Blue #CACDF7

Color information

#CACDF7 (or 0xCACDF7) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and F7. RGB value is (202,205,247). Sum of RGB (Red+Green+Blue) = 202+205+247=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #CACDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF7 is #353208. Grayscale: #D0D0D0. Windows color (decimal): -3486217 or 16240074. OLE color: 16240074.

HSL color Cylindrical-coordinate representation of color #CACDF7: hue angle of 236º 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 #CACDF7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202205247-
CMYK0.180.1700.03
HSL236º73.77%88.04%-
HSV(B)236º18.22%96.86%-
XYZ62.9862.9396.82-
YUV208.89149.51123.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=30.89%
G=31.35%
B=37.77%

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
Decimal2022052470.180.1700.0323673.7788.04
HexCACDF7121103ec4a58
Octal312315367222103354112130
Binary11001010110011011111011110010100010111110110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDF7; }

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

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

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

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

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

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

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

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