#CAD2F9

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

Shades of Lavender Blue #CAD2F9

Tints of Lavender Blue #CAD2F9

Color information

#CAD2F9 (or 0xCAD2F9) is unknown color: approx Lavender Blue. HEX triplet: CA, D2 and F9. RGB value is (202,210,249). Sum of RGB (Red+Green+Blue) = 202+210+249=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2F9 is #352D06. Grayscale: #D3D3D3. Windows color (decimal): -3484935 or 16372426. OLE color: 16372426.

HSL color Cylindrical-coordinate representation of color #CAD2F9: hue angle of 229.79º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD2F9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202210249-
CMYK0.190.1600.02
HSL229.79º79.66%88.43%-
HSV(B)229.79º18.88%97.65%-
XYZ64.565.4998.86-
YUV212.05148.85120.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=30.56%
G=31.77%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022102490.190.1600.02229.7979.6688.43
HexCAD2F9131002e65058
Octal312322371232002346120130
Binary11001010110100101111100110011100000101110011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2F9; }

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

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

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

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

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

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

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

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