Html Css Color HEX #CAB5DF Perfume

📋 copy color: '#CAB5DF'

red 202 ◦ green 181 ◦ blue 223

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

Shades of Perfume #CAB5DF

Tints of Perfume #CAB5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 33.33%
G = 29.87%
B = 36.8%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAB5DF (or 0xCAB5DF) is known color: Perfume. HEX triplet: CA, B5 and DF. RGB value is (202,181,223). Sum of RGB (Red+Green+Blue) = 202+181+223=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5DF is #354A20. Grayscale: #BFBFBF. Windows color (decimal): -3492385 or 14661066. OLE color: 14661066.

HSL color Cylindrical-coordinate representation of color #CAB5DF: hue angle of 270º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB5DF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 181 223 -
CMYK 0.09 0.19 0 0.13
HSL 270º 0.4% 0.79% -
HSV(B) 270º 0.19% 0.87% -
XYZ 54.2 50.93 76.79 -
YUV 192.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 202 181 223 0.09 0.19 0 0.13 270 0.4 0.79
Hex CA B5 DF 9 13 0 D 10E 28 4F
Octal 312 265 337 11 23 0 15 416 50 117
Binary 11001010 10110101 11011111 1001 10011 0 1101 100001110 101000 1001111

Color Harmonies of #CAB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5DF

Black with #CAB5DF

Text Example


Text Example

White with #CAB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5DF; }

 p { color: rgb(202,181,223); }

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

background-color css

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

 a { background-color: rgb(202,181,223); }

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

border-color css

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

 span { border-color: rgb(202,181,223); }

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