#CAD0F7

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

Shades of Lavender Blue #CAD0F7

Tints of Lavender Blue #CAD0F7

Color information

#CAD0F7 (or 0xCAD0F7) is unknown color: approx Lavender Blue. HEX triplet: CA, D0 and F7. RGB value is (202,208,247). Sum of RGB (Red+Green+Blue) = 202+208+247=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0F7 is #352F08. Grayscale: #D2D2D2. Windows color (decimal): -3485449 or 16240842. OLE color: 16240842.

HSL color Cylindrical-coordinate representation of color #CAD0F7: hue angle of 232º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD0F7 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202208247-
CMYK0.180.1600.03
HSL232º73.77%88.04%-
HSV(B)232º18.22%96.86%-
XYZ63.764.3897.07-
YUV210.65148.51121.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=30.75%
G=31.66%
B=37.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022082470.180.1600.0323273.7788.04
HexCAD0F7121003e84a58
Octal312320367222003350112130
Binary11001010110100001111011110010100000111110100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0F7; }

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

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

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

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

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

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

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

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