Html Css Color HEX #CAB1E9 Perfume

📋 copy color: '#CAB1E9'

red 202 ◦ green 177 ◦ blue 233

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

Shades of Perfume #CAB1E9

Tints of Perfume #CAB1E9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.92%

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 33.01%
G = 28.92%
B = 38.07%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAB1E9 (or 0xCAB1E9) is known color: Perfume. HEX triplet: CA, B1 and E9. RGB value is (202,177,233). Sum of RGB (Red+Green+Blue) = 202+177+233=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1E9 is #354E16. Grayscale: #BEBEBE. Windows color (decimal): -3493399 or 15315402. OLE color: 15315402.

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

Color convert

RGB 202 177 233 -
CMYK 0.13 0.24 0 0.09
HSL 266.79º 0.56% 0.8% -
HSV(B) 266.79º 0.24% 0.91% -
XYZ 54.79 49.88 83.83 -
YUV 190.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 202 177 233 0.13 0.24 0 0.09 266.79 0.56 0.8
Hex CA B1 E9 D 18 0 9 10B 38 50
Octal 312 261 351 15 30 0 11 413 70 120
Binary 11001010 10110001 11101001 1101 11000 0 1001 100001011 111000 1010000

Color Harmonies of #CAB1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1E9

Black with #CAB1E9

Text Example


Text Example

White with #CAB1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1E9; }

 p { color: rgb(202,177,233); }

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

background-color css

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

 a { background-color: rgb(202,177,233); }

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

border-color css

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

 span { border-color: rgb(202,177,233); }

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