Html Css Color HEX #CAB0EF Perfume

📋 copy color: '#CAB0EF'

red 202 ◦ green 176 ◦ blue 239

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

Shades of Perfume #CAB0EF

Tints of Perfume #CAB0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 32.74%
G = 28.53%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAB0EF (or 0xCAB0EF) is known color: Perfume. HEX triplet: CA, B0 and EF. RGB value is (202,176,239). Sum of RGB (Red+Green+Blue) = 202+176+239=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0EF is #354F10. Grayscale: #BEBEBE. Windows color (decimal): -3493649 or 15708362. OLE color: 15708362.

HSL color Cylindrical-coordinate representation of color #CAB0EF: hue angle of 264.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB0EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 176 239 -
CMYK 0.15 0.26 0 0.06
HSL 264.76º 0.66% 0.81% -
HSV(B) 264.76º 0.26% 0.94% -
XYZ 55.46 49.84 88.36 -
YUV 190.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 202 176 239 0.15 0.26 0 0.06 264.76 0.66 0.81
Hex CA B0 EF F 1A 0 6 109 42 51
Octal 312 260 357 17 32 0 6 411 102 121
Binary 11001010 10110000 11101111 1111 11010 0 110 100001001 1000010 1010001

Color Harmonies of #CAB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0EF

Black with #CAB0EF

Text Example


Text Example

White with #CAB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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