#CAD1FF

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

Shades of Lavender Blue #CAD1FF

Tints of Lavender Blue #CAD1FF

Color information

#CAD1FF (or 0xCAD1FF) is unknown color: approx Lavender Blue. HEX triplet: CA, D1 and FF. RGB value is (202,209,255). Sum of RGB (Red+Green+Blue) = 202+209+255=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1FF is #352E00. Grayscale: #D3D3D3. Windows color (decimal): -3485185 or 16765386. OLE color: 16765386.

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

Color convert

RGB202209255-
CMYK0.210.1800
HSL232.08º100%89.61%-
HSV(B)232.08º20.78%100%-
XYZ65.2165.38103.79-
YUV212.15152.18120.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 209 (82.03% from 255) = 31.38%
BLUE value IS 255 (100% from 255) = 38.29%
R=30.33%
G=31.38%
B=38.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022092550.210.1800232.0810089.61
HexCAD1FF151200e8645a
Octal312321377252200350144132
Binary1100101011010001111111111010110010001110100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1FF; }

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

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

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

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

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

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

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

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