#CACDFB

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

Shades of Lavender Blue #CACDFB

Tints of Lavender Blue #CACDFB

Color information

#CACDFB (or 0xCACDFB) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and FB. RGB value is (202,205,251). Sum of RGB (Red+Green+Blue) = 202+205+251=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #CACDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDFB is #353204. Grayscale: #D1D1D1. Windows color (decimal): -3486213 or 16502218. OLE color: 16502218.

HSL color Cylindrical-coordinate representation of color #CACDFB: hue angle of 236.33º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACDFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202205251-
CMYK0.200.1800.02
HSL236.33º85.96%88.82%-
HSV(B)236.33º19.52%98.43%-
XYZ63.663.18100.11-
YUV209.35151.51122.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=30.70%
G=31.16%
B=38.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022052510.200.1800.02236.3385.9688.82
HexCACDFB141202ec5659
Octal312315373242202354126131
Binary11001010110011011111101110100100100101110110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDFB; }

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

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

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

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

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

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

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

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