Html Css Color HEX #CDAAEB Perfume

📋 copy color: '#CDAAEB'

red 205 ◦ green 170 ◦ blue 235

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

Shades of Perfume #CDAAEB

Tints of Perfume #CDAAEB

RGB

 RED value IS 205 (80.47% from 255) = 33.61%

 GREEN value IS 170 (66.8% from 255) = 27.87%

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 33.61%
G = 27.87%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDAAEB (or 0xCDAAEB) is known color: Perfume. HEX triplet: CD, AA and EB. RGB value is (205,170,235). Sum of RGB (Red+Green+Blue) = 205+170+235=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAEB is #325514. Grayscale: #BBBBBB. Windows color (decimal): -3298581 or 15444685. OLE color: 15444685.

HSL color Cylindrical-coordinate representation of color #CDAAEB: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAAEB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 170 235 -
CMYK 0.13 0.28 0 0.08
HSL 272.31º 0.62% 0.79% -
HSV(B) 272.31º 0.28% 0.92% -
XYZ 54.55 47.73 84.93 -
YUV 187.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 205 170 235 0.13 0.28 0 0.08 272.31 0.62 0.79
Hex CD AA EB D 1C 0 8 110 3E 4F
Octal 315 252 353 15 34 0 10 420 76 117
Binary 11001101 10101010 11101011 1101 11100 0 1000 100010000 111110 1001111

Color Harmonies of #CDAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAAEB

Black with #CDAAEB

Text Example


Text Example

White with #CDAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAAEB; }

 p { color: rgb(205,170,235); }

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

background-color css

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

 a { background-color: rgb(205,170,235); }

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

border-color css

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

 span { border-color: rgb(205,170,235); }

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