#CAD5FF

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

Shades of Lavender Blue #CAD5FF

Tints of Lavender Blue #CAD5FF

Color information

#CAD5FF (or 0xCAD5FF) is unknown color: approx Lavender Blue. HEX triplet: CA, D5 and FF. RGB value is (202,213,255). Sum of RGB (Red+Green+Blue) = 202+213+255=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5FF is #352A00. Grayscale: #D6D6D6. Windows color (decimal): -3484161 or 16766410. OLE color: 16766410.

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

Color convert

RGB202213255-
CMYK0.210.1600
HSL227.55º100%89.61%-
HSV(B)227.55º20.78%100%-
XYZ66.267.37104.12-
YUV214.5150.86119.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 255 (100% from 255) = 38.06%
R=30.15%
G=31.79%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022132550.210.1600227.5510089.61
HexCAD5FF151000e4645a
Octal312325377252000344144132
Binary1100101011010101111111111010110000001110010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5FF; }

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

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

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

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

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

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

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

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