#CABFF4

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

Shades of Lavender Blue #CABFF4

Tints of Lavender Blue #CABFF4

Color information

#CABFF4 (or 0xCABFF4) is unknown color: approx Lavender Blue. HEX triplet: CA, BF and F4. RGB value is (202,191,244). Sum of RGB (Red+Green+Blue) = 202+191+244=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #CABFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFF4 is #35400B. Grayscale: #C8C8C8. Windows color (decimal): -3489804 or 16039882. OLE color: 16039882.

HSL color Cylindrical-coordinate representation of color #CABFF4: hue angle of 252.45º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABFF4 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202191244-
CMYK0.170.2200.04
HSL252.45º70.67%85.29%-
HSV(B)252.45º21.72%95.69%-
XYZ59.3256.3593.34-
YUV200.33152.64129.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 244 (95.70% from 255) = 38.30%
R=31.71%
G=29.98%
B=38.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021912440.170.2200.04252.4570.6785.29
HexCABFF4111604fc4755
Octal312277364212604374107125
Binary110010101011111111110100100011011001001111110010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFF4; }

 p { color: rgb(202,191,244); }

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

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

 a { background-color: rgb(202,191,244); }

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

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

 span { border-color: rgb(202,191,244); }

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