Html Css Color HEX #CAAFE1 Perfume

📋 copy color: '#CAAFE1'

red 202 ◦ green 175 ◦ blue 225

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

Shades of Perfume #CAAFE1

Tints of Perfume #CAAFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.07%

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 33.55%
G = 29.07%
B = 37.38%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAAFE1 (or 0xCAAFE1) is known color: Perfume. HEX triplet: CA, AF and E1. RGB value is (202,175,225). Sum of RGB (Red+Green+Blue) = 202+175+225=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFE1 is #35501E. Grayscale: #BCBCBC. Windows color (decimal): -3493919 or 14790602. OLE color: 14790602.

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

Color convert

RGB 202 175 225 -
CMYK 0.10 0.22 0 0.12
HSL 272.4º 0.45% 0.78% -
HSV(B) 272.4º 0.22% 0.88% -
XYZ 53.28 48.65 77.82 -
YUV 188.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 202 175 225 0.10 0.22 0 0.12 272.4 0.45 0.78
Hex CA AF E1 A 16 0 C 110 2D 4E
Octal 312 257 341 12 26 0 14 420 55 116
Binary 11001010 10101111 11100001 1010 10110 0 1100 100010000 101101 1001110

Color Harmonies of #CAAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFE1

Black with #CAAFE1

Text Example


Text Example

White with #CAAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFE1; }

 p { color: rgb(202,175,225); }

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

background-color css

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

 a { background-color: rgb(202,175,225); }

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

border-color css

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

 span { border-color: rgb(202,175,225); }

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