#CAD1FA

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

Shades of Lavender Blue #CAD1FA

Tints of Lavender Blue #CAD1FA

Color information

#CAD1FA (or 0xCAD1FA) is unknown color: approx Lavender Blue. HEX triplet: CA, D1 and FA. RGB value is (202,209,250). Sum of RGB (Red+Green+Blue) = 202+209+250=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1FA is #352E05. Grayscale: #D3D3D3. Windows color (decimal): -3485190 or 16437706. OLE color: 16437706.

HSL color Cylindrical-coordinate representation of color #CAD1FA: hue angle of 231.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD1FA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202209250-
CMYK0.190.1600.02
HSL231.25º82.76%88.63%-
HSV(B)231.25º19.2%98.04%-
XYZ64.4165.0699.61-
YUV211.58149.68121.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=30.56%
G=31.62%
B=37.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022092500.190.1600.02231.2582.7688.63
HexCAD1FA131002e75359
Octal312321372232002347123131
Binary11001010110100011111101010011100000101110011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1FA; }

 p { color: rgb(202,209,250); }

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

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

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

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

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

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

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