Html Css Color HEX #CEABEB Perfume

📋 copy color: '#CEABEB'

red 206 ◦ green 171 ◦ blue 235

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

Shades of Perfume #CEABEB

Tints of Perfume #CEABEB

RGB

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

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

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

R = 33.66%
G = 27.94%
B = 38.4%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEABEB (or 0xCEABEB) is known color: Perfume. HEX triplet: CE, AB and EB. RGB value is (206,171,235). Sum of RGB (Red+Green+Blue) = 206+171+235=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABEB is #315414. Grayscale: #BCBCBC. Windows color (decimal): -3232789 or 15444942. OLE color: 15444942.

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

Color convert

RGB 206 171 235 -
CMYK 0.12 0.27 0 0.08
HSL 272.81º 0.62% 0.8% -
HSV(B) 272.81º 0.27% 0.92% -
XYZ 55.01 48.25 85.01 -
YUV 188.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 206 171 235 0.12 0.27 0 0.08 272.81 0.62 0.8
Hex CE AB EB C 1B 0 8 111 3E 50
Octal 316 253 353 14 33 0 10 421 76 120
Binary 11001110 10101011 11101011 1100 11011 0 1000 100010001 111110 1010000

Color Harmonies of #CEABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABEB

Black with #CEABEB

Text Example


Text Example

White with #CEABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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