Html Css Color HEX #CEAEE6 Perfume

📋 copy color: '#CEAEE6'

red 206 ◦ green 174 ◦ blue 230

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

Shades of Perfume #CEAEE6

Tints of Perfume #CEAEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 33.77%
G = 28.52%
B = 37.7%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEAEE6 (or 0xCEAEE6) is known color: Perfume. HEX triplet: CE, AE and E6. RGB value is (206,174,230). Sum of RGB (Red+Green+Blue) = 206+174+230=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEE6 is #315119. Grayscale: #BDBDBD. Windows color (decimal): -3232026 or 15118030. OLE color: 15118030.

HSL color Cylindrical-coordinate representation of color #CEAEE6: hue angle of 274.29º degrees, saturation: 0.53, 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 #CEAEE6 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 174 230 -
CMYK 0.10 0.24 0 0.10
HSL 274.29º 0.53% 0.79% -
HSV(B) 274.29º 0.24% 0.9% -
XYZ 54.87 49.11 81.45 -
YUV 189.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 206 174 230 0.10 0.24 0 0.10 274.29 0.53 0.79
Hex CE AE E6 A 18 0 A 112 35 4F
Octal 316 256 346 12 30 0 12 422 65 117
Binary 11001110 10101110 11100110 1010 11000 0 1010 100010010 110101 1001111

Color Harmonies of #CEAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEE6

Black with #CEAEE6

Text Example


Text Example

White with #CEAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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