Html Css Color HEX #CAB2E0 Perfume

📋 copy color: '#CAB2E0'

red 202 ◦ green 178 ◦ blue 224

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

Shades of Perfume #CAB2E0

Tints of Perfume #CAB2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 33.44%
G = 29.47%
B = 37.09%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAB2E0 (or 0xCAB2E0) is known color: Perfume. HEX triplet: CA, B2 and E0. RGB value is (202,178,224). Sum of RGB (Red+Green+Blue) = 202+178+224=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2E0 is #354D1F. Grayscale: #BEBEBE. Windows color (decimal): -3493152 or 14725834. OLE color: 14725834.

HSL color Cylindrical-coordinate representation of color #CAB2E0: hue angle of 271.3º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB2E0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 178 224 -
CMYK 0.10 0.21 0 0.12
HSL 271.3º 0.43% 0.79% -
HSV(B) 271.3º 0.21% 0.88% -
XYZ 53.73 49.78 77.3 -
YUV 190.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 202 178 224 0.10 0.21 0 0.12 271.3 0.43 0.79
Hex CA B2 E0 A 15 0 C 10F 2B 4F
Octal 312 262 340 12 25 0 14 417 53 117
Binary 11001010 10110010 11100000 1010 10101 0 1100 100001111 101011 1001111

Color Harmonies of #CAB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2E0

Black with #CAB2E0

Text Example


Text Example

White with #CAB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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