Html Css Color HEX #CAB6FF Lavender Blue

📋 copy color: '#CAB6FF'

red 202 ◦ green 182 ◦ blue 255

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

Shades of Lavender Blue #CAB6FF

Tints of Lavender Blue #CAB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.48%

 BLUE value IS 255 (100% from 255) = 39.91%

R = 31.61%
G = 28.48%
B = 39.91%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAB6FF (or 0xCAB6FF) is known color: Lavender Blue. HEX triplet: CA, B6 and FF. RGB value is (202,182,255). Sum of RGB (Red+Green+Blue) = 202+182+255=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6FF is #354900. Grayscale: #C4C4C4. Windows color (decimal): -3492097 or 16758474. OLE color: 16758474.

HSL color Cylindrical-coordinate representation of color #CAB6FF: hue angle of 256.44º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB6FF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 182 255 -
CMYK 0.21 0.29 0 0
HSL 256.44º 1% 0.86% -
HSV(B) 256.44º 0.29% 1% -
XYZ 59.14 53.23 101.77 -
YUV 196.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 202 182 255 0.21 0.29 0 0 256.44 1 0.86
Hex CA B6 FF 15 1D 0 0 100 64 56
Octal 312 266 377 25 35 0 0 400 144 126
Binary 11001010 10110110 11111111 10101 11101 0 0 100000000 1100100 1010110

Color Harmonies of #CAB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6FF

Black with #CAB6FF

Text Example


Text Example

White with #CAB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6FF; }

 p { color: rgb(202,182,255); }

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

background-color css

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

 a { background-color: rgb(202,182,255); }

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

border-color css

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

 span { border-color: rgb(202,182,255); }

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