Html Css Color HEX #CABFF6 Lavender Blue

📋 copy color: '#CABFF6'

red 202 ◦ green 191 ◦ blue 246

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

Shades of Lavender Blue #CABFF6

Tints of Lavender Blue #CABFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 31.61%
G = 29.89%
B = 38.5%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CABFF6 (or 0xCABFF6) is known color: Lavender Blue. HEX triplet: CA, BF and F6. RGB value is (202,191,246). Sum of RGB (Red+Green+Blue) = 202+191+246=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #CABFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFF6 is #354009. Grayscale: #C8C8C8. Windows color (decimal): -3489802 or 16170954. OLE color: 16170954.

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

Color convert

RGB 202 191 246 -
CMYK 0.18 0.22 0 0.04
HSL 252º 0.75% 0.86% -
HSV(B) 252º 0.22% 0.96% -
XYZ 59.62 56.47 94.95 -
YUV 200.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 202 191 246 0.18 0.22 0 0.04 252 0.75 0.86
Hex CA BF F6 12 16 0 4 FC 4B 56
Octal 312 277 366 22 26 0 4 374 113 126
Binary 11001010 10111111 11110110 10010 10110 0 100 11111100 1001011 1010110

Color Harmonies of #CABFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFF6

Black with #CABFF6

Text Example


Text Example

White with #CABFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFF6; }

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

 H1.HeaderClassName
 {
   color: #CABFF6;
 }
 .AnyTagClassName
 {
   color: #CABFF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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