#CAD0F9

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

Shades of Lavender Blue #CAD0F9

Tints of Lavender Blue #CAD0F9

Color information

#CAD0F9 (or 0xCAD0F9) is unknown color: approx Lavender Blue. HEX triplet: CA, D0 and F9. RGB value is (202,208,249). Sum of RGB (Red+Green+Blue) = 202+208+249=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0F9 is #352F06. Grayscale: #D2D2D2. Windows color (decimal): -3485447 or 16371914. OLE color: 16371914.

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

Color convert

RGB202208249-
CMYK0.190.1600.02
HSL232.34º79.66%88.43%-
HSV(B)232.34º18.88%97.65%-
XYZ64.0164.5198.7-
YUV210.88149.51121.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=30.65%
G=31.56%
B=37.78%

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
Decimal2022082490.190.1600.02232.3479.6688.43
HexCAD0F9131002e85058
Octal312320371232002350120130
Binary11001010110100001111100110011100000101110100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0F9; }

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

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

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

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

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

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

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

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