Html Css Color HEX #CAB0EC Perfume

📋 copy color: '#CAB0EC'

red 202 ◦ green 176 ◦ blue 236

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

Shades of Perfume #CAB0EC

Tints of Perfume #CAB0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 32.9%
G = 28.66%
B = 38.44%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB0EC (or 0xCAB0EC) is known color: Perfume. HEX triplet: CA, B0 and EC. RGB value is (202,176,236). Sum of RGB (Red+Green+Blue) = 202+176+236=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0EC is #354F13. Grayscale: #BEBEBE. Windows color (decimal): -3493652 or 15511754. OLE color: 15511754.

HSL color Cylindrical-coordinate representation of color #CAB0EC: hue angle of 266º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB0EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 176 236 -
CMYK 0.14 0.25 0 0.07
HSL 266º 0.61% 0.81% -
HSV(B) 266º 0.25% 0.93% -
XYZ 55.02 49.66 86.04 -
YUV 190.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 202 176 236 0.14 0.25 0 0.07 266 0.61 0.81
Hex CA B0 EC E 19 0 7 10A 3D 51
Octal 312 260 354 16 31 0 7 412 75 121
Binary 11001010 10110000 11101100 1110 11001 0 111 100001010 111101 1010001

Color Harmonies of #CAB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0EC

Black with #CAB0EC

Text Example


Text Example

White with #CAB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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