#CACBFD

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

Shades of Lavender Blue #CACBFD

Tints of Lavender Blue #CACBFD

Color information

#CACBFD (or 0xCACBFD) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and FD. RGB value is (202,203,253). Sum of RGB (Red+Green+Blue) = 202+203+253=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #CACBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBFD is #353402. Grayscale: #D0D0D0. Windows color (decimal): -3486723 or 16632778. OLE color: 16632778.

HSL color Cylindrical-coordinate representation of color #CACBFD: hue angle of 238.82º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACBFD is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202203253-
CMYK0.200.2000.01
HSL238.82º92.73%89.22%-
HSV(B)238.82º20.16%99.22%-
XYZ63.4462.36101.62-
YUV208.4153.17123.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=30.70%
G=30.85%
B=38.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022032530.200.2000.01238.8292.7389.22
HexCACBFD141401ef5d59
Octal312313375242401357135131
Binary1100101011001011111111011010010100011110111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBFD; }

 p { color: rgb(202,203,253); }

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

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

 a { background-color: rgb(202,203,253); }

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

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

 span { border-color: rgb(202,203,253); }

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