Html Css Color HEX #CAADE5 Perfume

📋 copy color: '#CAADE5'

red 202 ◦ green 173 ◦ blue 229

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

Shades of Perfume #CAADE5

Tints of Perfume #CAADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 33.44%
G = 28.64%
B = 37.91%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAADE5 (or 0xCAADE5) is known color: Perfume. HEX triplet: CA, AD and E5. RGB value is (202,173,229). Sum of RGB (Red+Green+Blue) = 202+173+229=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADE5 is #35521A. Grayscale: #BBBBBB. Windows color (decimal): -3494427 or 15052234. OLE color: 15052234.

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

Color convert

RGB 202 173 229 -
CMYK 0.12 0.24 0 0.10
HSL 271.07º 0.52% 0.79% -
HSV(B) 271.07º 0.24% 0.9% -
XYZ 53.44 48.1 80.6 -
YUV 188.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 202 173 229 0.12 0.24 0 0.10 271.07 0.52 0.79
Hex CA AD E5 C 18 0 A 10F 34 4F
Octal 312 255 345 14 30 0 12 417 64 117
Binary 11001010 10101101 11100101 1100 11000 0 1010 100001111 110100 1001111

Color Harmonies of #CAADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADE5

Black with #CAADE5

Text Example


Text Example

White with #CAADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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