Html Css Color HEX #CAB2E9 Perfume

📋 copy color: '#CAB2E9'

red 202 ◦ green 178 ◦ blue 233

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

Shades of Perfume #CAB2E9

Tints of Perfume #CAB2E9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.04%

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

R = 32.95%
G = 29.04%
B = 38.01%

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

#CAB2E9 (or 0xCAB2E9) is known color: Perfume. HEX triplet: CA, B2 and E9. RGB value is (202,178,233). Sum of RGB (Red+Green+Blue) = 202+178+233=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2E9 is #354D16. Grayscale: #BFBFBF. Windows color (decimal): -3493143 or 15315658. OLE color: 15315658.

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

Color convert

RGB 202 178 233 -
CMYK 0.13 0.24 0 0.09
HSL 266.18º 0.56% 0.81% -
HSV(B) 266.18º 0.24% 0.91% -
XYZ 54.99 50.28 83.9 -
YUV 191.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 202 178 233 0.13 0.24 0 0.09 266.18 0.56 0.81
Hex CA B2 E9 D 18 0 9 10A 38 51
Octal 312 262 351 15 30 0 11 412 70 121
Binary 11001010 10110010 11101001 1101 11000 0 1001 100001010 111000 1010001

Color Harmonies of #CAB2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2E9

Black with #CAB2E9

Text Example


Text Example

White with #CAB2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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