Html Css Color HEX #CEABE8 Perfume

📋 copy color: '#CEABE8'

red 206 ◦ green 171 ◦ blue 232

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

Shades of Perfume #CEABE8

Tints of Perfume #CEABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.08%

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 33.83%
G = 28.08%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEABE8 (or 0xCEABE8) is known color: Perfume. HEX triplet: CE, AB and E8. RGB value is (206,171,232). Sum of RGB (Red+Green+Blue) = 206+171+232=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABE8 is #315417. Grayscale: #BCBCBC. Windows color (decimal): -3232792 or 15248334. OLE color: 15248334.

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

Color convert

RGB 206 171 232 -
CMYK 0.11 0.26 0 0.09
HSL 274.43º 0.57% 0.79% -
HSV(B) 274.43º 0.26% 0.91% -
XYZ 54.58 48.07 82.75 -
YUV 188.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 206 171 232 0.11 0.26 0 0.09 274.43 0.57 0.79
Hex CE AB E8 B 1A 0 9 112 39 4F
Octal 316 253 350 13 32 0 11 422 71 117
Binary 11001110 10101011 11101000 1011 11010 0 1001 100010010 111001 1001111

Color Harmonies of #CEABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABE8

Black with #CEABE8

Text Example


Text Example

White with #CEABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABE8; }

 p { color: rgb(206,171,232); }

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

background-color css

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

 a { background-color: rgb(206,171,232); }

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

border-color css

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

 span { border-color: rgb(206,171,232); }

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