#CABDF8

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

Shades of Lavender Blue #CABDF8

Tints of Lavender Blue #CABDF8

Color information

#CABDF8 (or 0xCABDF8) is unknown color: approx Lavender Blue. HEX triplet: CA, BD and F8. RGB value is (202,189,248). Sum of RGB (Red+Green+Blue) = 202+189+248=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #CABDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF8 is #354207. Grayscale: #C7C7C7. Windows color (decimal): -3490312 or 16301514. OLE color: 16301514.

HSL color Cylindrical-coordinate representation of color #CABDF8: hue angle of 253.22º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABDF8 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202189248-
CMYK0.190.2400.03
HSL253.22º80.82%85.69%-
HSV(B)253.22º23.79%97.25%-
XYZ59.555.7396.43-
YUV199.61155.31129.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 248 (97.27% from 255) = 38.81%
R=31.61%
G=29.58%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021892480.190.2400.03253.2280.8285.69
HexCABDF8131803fd5156
Octal312275370233003375121126
Binary11001010101111011111100010011110000111111110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDF8; }

 p { color: rgb(202,189,248); }

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

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

 a { background-color: rgb(202,189,248); }

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

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

 span { border-color: rgb(202,189,248); }

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