#CAD2FE

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

Shades of Lavender Blue #CAD2FE

Tints of Lavender Blue #CAD2FE

Color information

#CAD2FE (or 0xCAD2FE) is unknown color: approx Lavender Blue. HEX triplet: CA, D2 and FE. RGB value is (202,210,254). Sum of RGB (Red+Green+Blue) = 202+210+254=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2FE is #352D01. Grayscale: #D4D4D4. Windows color (decimal): -3484930 or 16700106. OLE color: 16700106.

HSL color Cylindrical-coordinate representation of color #CAD2FE: hue angle of 230.77º 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 #CAD2FE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202210254-
CMYK0.200.1700.00
HSL230.77º96.3%89.41%-
HSV(B)230.77º20.47%99.61%-
XYZ65.2965.81103.03-
YUV212.62151.35120.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=30.33%
G=31.53%
B=38.14%

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
Decimal2022102540.200.1700.00230.7796.389.41
HexCAD2FE141100e76059
Octal312322376242100347140131
Binary1100101011010010111111101010010001001110011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2FE; }

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

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

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

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

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

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

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

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