#CAD4FE

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

Shades of Lavender Blue #CAD4FE

Tints of Lavender Blue #CAD4FE

Color information

#CAD4FE (or 0xCAD4FE) is unknown color: approx Lavender Blue. HEX triplet: CA, D4 and FE. RGB value is (202,212,254). Sum of RGB (Red+Green+Blue) = 202+212+254=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4FE is #352B01. Grayscale: #D5D5D5. Windows color (decimal): -3484418 or 16700618. OLE color: 16700618.

HSL color Cylindrical-coordinate representation of color #CAD4FE: hue angle of 228.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD4FE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202212254-
CMYK0.200.1700.00
HSL228.46º96.3%89.41%-
HSV(B)228.46º20.47%99.61%-
XYZ65.7966.8103.19-
YUV213.8150.69119.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=30.24%
G=31.74%
B=38.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022122540.200.1700.00228.4696.389.41
HexCAD4FE141100e46059
Octal312324376242100344140131
Binary1100101011010100111111101010010001001110010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4FE; }

 p { color: rgb(202,212,254); }

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

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

 a { background-color: rgb(202,212,254); }

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

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

 span { border-color: rgb(202,212,254); }

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