Html Css Color HEX #CDAEE4 Perfume

📋 copy color: '#CDAEE4'

red 205 ◦ green 174 ◦ blue 228

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

Shades of Perfume #CDAEE4

Tints of Perfume #CDAEE4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.67%

 BLUE value IS 228 (89.45% from 255) = 37.56%

R = 33.77%
G = 28.67%
B = 37.56%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CDAEE4 (or 0xCDAEE4) is known color: Perfume. HEX triplet: CD, AE and E4. RGB value is (205,174,228). Sum of RGB (Red+Green+Blue) = 205+174+228=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEE4 is #32511B. Grayscale: #BDBDBD. Windows color (decimal): -3297564 or 14986957. OLE color: 14986957.

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

Color convert

RGB 205 174 228 -
CMYK 0.10 0.24 0 0.11
HSL 274.44º 0.5% 0.79% -
HSV(B) 274.44º 0.24% 0.89% -
XYZ 54.32 48.85 79.97 -
YUV 189.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 205 174 228 0.10 0.24 0 0.11 274.44 0.5 0.79
Hex CD AE E4 A 18 0 B 112 32 4F
Octal 315 256 344 12 30 0 13 422 62 117
Binary 11001101 10101110 11100100 1010 11000 0 1011 100010010 110010 1001111

Color Harmonies of #CDAEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEE4

Black with #CDAEE4

Text Example


Text Example

White with #CDAEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEE4; }

 p { color: rgb(205,174,228); }

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

background-color css

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

 a { background-color: rgb(205,174,228); }

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

border-color css

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

 span { border-color: rgb(205,174,228); }

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