Html Css Color HEX #CAB3E8 Perfume

📋 copy color: '#CAB3E8'

red 202 ◦ green 179 ◦ blue 232

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

Shades of Perfume #CAB3E8

Tints of Perfume #CAB3E8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.2%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 32.95%
G = 29.2%
B = 37.85%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAB3E8 (or 0xCAB3E8) is known color: Perfume. HEX triplet: CA, B3 and E8. RGB value is (202,179,232). Sum of RGB (Red+Green+Blue) = 202+179+232=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3E8 is #354C17. Grayscale: #BFBFBF. Windows color (decimal): -3492888 or 15250378. OLE color: 15250378.

HSL color Cylindrical-coordinate representation of color #CAB3E8: hue angle of 266.04º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB3E8 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 179 232 -
CMYK 0.13 0.23 0 0.09
HSL 266.04º 0.54% 0.81% -
HSV(B) 266.04º 0.23% 0.91% -
XYZ 55.04 50.62 83.21 -
YUV 191.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 202 179 232 0.13 0.23 0 0.09 266.04 0.54 0.81
Hex CA B3 E8 D 17 0 9 10A 36 51
Octal 312 263 350 15 27 0 11 412 66 121
Binary 11001010 10110011 11101000 1101 10111 0 1001 100001010 110110 1010001

Color Harmonies of #CAB3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3E8

Black with #CAB3E8

Text Example


Text Example

White with #CAB3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3E8; }

 p { color: rgb(202,179,232); }

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

background-color css

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

 a { background-color: rgb(202,179,232); }

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

border-color css

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

 span { border-color: rgb(202,179,232); }

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