Html Css Color HEX #CAADF6 Perfume

📋 copy color: '#CAADF6'

red 202 ◦ green 173 ◦ blue 246

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

Shades of Perfume #CAADF6

Tints of Perfume #CAADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

 BLUE value IS 246 (96.48% from 255) = 39.61%

R = 32.53%
G = 27.86%
B = 39.61%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAADF6 (or 0xCAADF6) is known color: Perfume. HEX triplet: CA, AD and F6. RGB value is (202,173,246). Sum of RGB (Red+Green+Blue) = 202+173+246=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF6 is #355209. Grayscale: #BDBDBD. Windows color (decimal): -3494410 or 16166346. OLE color: 16166346.

HSL color Cylindrical-coordinate representation of color #CAADF6: hue angle of 263.84º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAADF6 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 173 246 -
CMYK 0.18 0.30 0 0.04
HSL 263.84º 0.8% 0.82% -
HSV(B) 263.84º 0.3% 0.96% -
XYZ 55.94 49.1 93.72 -
YUV 189.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 202 173 246 0.18 0.30 0 0.04 263.84 0.8 0.82
Hex CA AD F6 12 1E 0 4 108 50 52
Octal 312 255 366 22 36 0 4 410 120 122
Binary 11001010 10101101 11110110 10010 11110 0 100 100001000 1010000 1010010

Color Harmonies of #CAADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADF6

Black with #CAADF6

Text Example


Text Example

White with #CAADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADF6; }

 p { color: rgb(202,173,246); }

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

background-color css

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

 a { background-color: rgb(202,173,246); }

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

border-color css

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

 span { border-color: rgb(202,173,246); }

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