Html Css Color HEX #CAB0E9 Perfume

📋 copy color: '#CAB0E9'

red 202 ◦ green 176 ◦ blue 233

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

Shades of Perfume #CAB0E9

Tints of Perfume #CAB0E9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.81%

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

R = 33.06%
G = 28.81%
B = 38.13%

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

#CAB0E9 (or 0xCAB0E9) is known color: Perfume. HEX triplet: CA, B0 and E9. RGB value is (202,176,233). Sum of RGB (Red+Green+Blue) = 202+176+233=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0E9 is #354F16. Grayscale: #BEBEBE. Windows color (decimal): -3493655 or 15315146. OLE color: 15315146.

HSL color Cylindrical-coordinate representation of color #CAB0E9: hue angle of 267.37º 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 #CAB0E9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 176 233 -
CMYK 0.13 0.24 0 0.09
HSL 267.37º 0.56% 0.8% -
HSV(B) 267.37º 0.24% 0.91% -
XYZ 54.59 49.49 83.77 -
YUV 190.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 202 176 233 0.13 0.24 0 0.09 267.37 0.56 0.8
Hex CA B0 E9 D 18 0 9 10B 38 50
Octal 312 260 351 15 30 0 11 413 70 120
Binary 11001010 10110000 11101001 1101 11000 0 1001 100001011 111000 1010000

Color Harmonies of #CAB0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0E9

Black with #CAB0E9

Text Example


Text Example

White with #CAB0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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