Html Css Color HEX #CEAEE3 Perfume

📋 copy color: '#CEAEE3'

red 206 ◦ green 174 ◦ blue 227

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

Shades of Perfume #CEAEE3

Tints of Perfume #CEAEE3

RGB

 RED value IS 206 (80.86% from 255) = 33.94%

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

 BLUE value IS 227 (89.06% from 255) = 37.4%

R = 33.94%
G = 28.67%
B = 37.4%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEAEE3 (or 0xCEAEE3) is known color: Perfume. HEX triplet: CE, AE and E3. RGB value is (206,174,227). Sum of RGB (Red+Green+Blue) = 206+174+227=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEE3 is #31511C. Grayscale: #BDBDBD. Windows color (decimal): -3232029 or 14921422. OLE color: 14921422.

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

Color convert

RGB 206 174 227 -
CMYK 0.09 0.23 0 0.11
HSL 276.23º 0.49% 0.79% -
HSV(B) 276.23º 0.23% 0.89% -
XYZ 54.45 48.94 79.25 -
YUV 189.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 206 174 227 0.09 0.23 0 0.11 276.23 0.49 0.79
Hex CE AE E3 9 17 0 B 114 31 4F
Octal 316 256 343 11 27 0 13 424 61 117
Binary 11001110 10101110 11100011 1001 10111 0 1011 100010100 110001 1001111

Color Harmonies of #CEAEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEE3

Black with #CEAEE3

Text Example


Text Example

White with #CEAEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEE3; }

 p { color: rgb(206,174,227); }

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

background-color css

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

 a { background-color: rgb(206,174,227); }

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

border-color css

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

 span { border-color: rgb(206,174,227); }

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