Html Css Color HEX #CEAFE8 Perfume

📋 copy color: '#CEAFE8'

red 206 ◦ green 175 ◦ blue 232

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

Shades of Perfume #CEAFE8

Tints of Perfume #CEAFE8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.55%

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

R = 33.61%
G = 28.55%
B = 37.85%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEAFE8 (or 0xCEAFE8) is known color: Perfume. HEX triplet: CE, AF and E8. RGB value is (206,175,232). Sum of RGB (Red+Green+Blue) = 206+175+232=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFE8 is #315017. Grayscale: #BEBEBE. Windows color (decimal): -3231768 or 15249358. OLE color: 15249358.

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

Color convert

RGB 206 175 232 -
CMYK 0.11 0.25 0 0.09
HSL 272.63º 0.55% 0.8% -
HSV(B) 272.63º 0.25% 0.91% -
XYZ 55.35 49.61 83 -
YUV 190.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 206 175 232 0.11 0.25 0 0.09 272.63 0.55 0.8
Hex CE AF E8 B 19 0 9 111 37 50
Octal 316 257 350 13 31 0 11 421 67 120
Binary 11001110 10101111 11101000 1011 11001 0 1001 100010001 110111 1010000

Color Harmonies of #CEAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFE8

Black with #CEAFE8

Text Example


Text Example

White with #CEAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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