Html Css Color HEX #CEAFE5 Perfume

📋 copy color: '#CEAFE5'

red 206 ◦ green 175 ◦ blue 229

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

Shades of Perfume #CEAFE5

Tints of Perfume #CEAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 33.77%
G = 28.69%
B = 37.54%

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

#CEAFE5 (or 0xCEAFE5) is known color: Perfume. HEX triplet: CE, AF and E5. RGB value is (206,175,229). Sum of RGB (Red+Green+Blue) = 206+175+229=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE5 is #31501A. Grayscale: #BEBEBE. Windows color (decimal): -3231771 or 15052750. OLE color: 15052750.

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

Color convert

RGB 206 175 229 -
CMYK 0.10 0.24 0 0.10
HSL 274.44º 0.51% 0.79% -
HSV(B) 274.44º 0.24% 0.9% -
XYZ 54.93 49.44 80.78 -
YUV 190.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 206 175 229 0.10 0.24 0 0.10 274.44 0.51 0.79
Hex CE AF E5 A 18 0 A 112 33 4F
Octal 316 257 345 12 30 0 12 422 63 117
Binary 11001110 10101111 11100101 1010 11000 0 1010 100010010 110011 1001111

Color Harmonies of #CEAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFE5

Black with #CEAFE5

Text Example


Text Example

White with #CEAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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