Html Css Color HEX #CABFF4 Lavender Blue

📋 copy color: '#CABFF4'

red 202 ◦ green 191 ◦ blue 244

#CABFF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CABFF4

Tints of Lavender Blue #CABFF4

RGB

 RED value IS 202 (79.3% from 255) = 31.71%

 GREEN value IS 191 (75% from 255) = 29.98%

 BLUE value IS 244 (95.7% from 255) = 38.3%

R = 31.71%
G = 29.98%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CABFF4 (or 0xCABFF4) is known color: 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

RGB 202 191 244 -
CMYK 0.17 0.22 0 0.04
HSL 252.45º 0.71% 0.85% -
HSV(B) 252.45º 0.22% 0.96% -
XYZ 59.32 56.35 93.34 -
YUV 200.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 202 191 244 0.17 0.22 0 0.04 252.45 0.71 0.85
Hex CA BF F4 11 16 0 4 FC 47 55
Octal 312 277 364 21 26 0 4 374 107 125
Binary 11001010 10111111 11110100 10001 10110 0 100 11111100 1000111 1010101

Color Harmonies of #CABFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFF4

Black with #CABFF4

Text Example


Text Example

White with #CABFF4

Text Example


Text Example

HTML Codes & Css Web 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>