#CAD1F7

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

Shades of Lavender Blue #CAD1F7

Tints of Lavender Blue #CAD1F7

Color information

#CAD1F7 (or 0xCAD1F7) is unknown color: approx Lavender Blue. HEX triplet: CA, D1 and F7. RGB value is (202,209,247). Sum of RGB (Red+Green+Blue) = 202+209+247=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAD1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1F7 is #352E08. Grayscale: #D3D3D3. Windows color (decimal): -3485193 or 16241098. OLE color: 16241098.

HSL color Cylindrical-coordinate representation of color #CAD1F7: hue angle of 230.67º 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 #CAD1F7 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202209247-
CMYK0.180.1500.03
HSL230.67º73.77%88.04%-
HSV(B)230.67º18.22%96.86%-
XYZ63.9564.8797.15-
YUV211.24148.18121.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=30.70%
G=31.76%
B=37.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022092470.180.1500.03230.6773.7788.04
HexCAD1F712F03e74a58
Octal312321367221703347112130
Binary1100101011010001111101111001011110111110011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1F7; }

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

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

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

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

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

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

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

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