Html Css Color HEX #CAB4E5 Perfume

📋 copy color: '#CAB4E5'

red 202 ◦ green 180 ◦ blue 229

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

Shades of Perfume #CAB4E5

Tints of Perfume #CAB4E5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 33.06%
G = 29.46%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAB4E5 (or 0xCAB4E5) is known color: Perfume. HEX triplet: CA, B4 and E5. RGB value is (202,180,229). Sum of RGB (Red+Green+Blue) = 202+180+229=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAB4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4E5 is #354B1A. Grayscale: #BFBFBF. Windows color (decimal): -3492635 or 15054026. OLE color: 15054026.

HSL color Cylindrical-coordinate representation of color #CAB4E5: hue angle of 266.94º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB4E5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 180 229 -
CMYK 0.12 0.21 0 0.10
HSL 266.94º 0.49% 0.8% -
HSV(B) 266.94º 0.21% 0.9% -
XYZ 54.82 50.86 81.06 -
YUV 192.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 202 180 229 0.12 0.21 0 0.10 266.94 0.49 0.8
Hex CA B4 E5 C 15 0 A 10B 31 50
Octal 312 264 345 14 25 0 12 413 61 120
Binary 11001010 10110100 11100101 1100 10101 0 1010 100001011 110001 1010000

Color Harmonies of #CAB4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4E5

Black with #CAB4E5

Text Example


Text Example

White with #CAB4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4E5; }

 p { color: rgb(202,180,229); }

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

background-color css

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

 a { background-color: rgb(202,180,229); }

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

border-color css

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

 span { border-color: rgb(202,180,229); }

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