#CAD4FD

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

Shades of Lavender Blue #CAD4FD

Tints of Lavender Blue #CAD4FD

Color information

#CAD4FD (or 0xCAD4FD) is unknown color: approx Lavender Blue. HEX triplet: CA, D4 and FD. RGB value is (202,212,253). Sum of RGB (Red+Green+Blue) = 202+212+253=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4FD is #352B02. Grayscale: #D5D5D5. Windows color (decimal): -3484419 or 16635082. OLE color: 16635082.

HSL color Cylindrical-coordinate representation of color #CAD4FD: hue angle of 228.24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD4FD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202212253-
CMYK0.200.1600.01
HSL228.24º92.73%89.22%-
HSV(B)228.24º20.16%99.22%-
XYZ65.6366.74102.35-
YUV213.68150.19119.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=30.28%
G=31.78%
B=37.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022122530.200.1600.01228.2492.7389.22
HexCAD4FD141001e45d59
Octal312324375242001344135131
Binary1100101011010100111111011010010000011110010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4FD; }

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

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

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

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

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

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

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

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