Html Css Color HEX #CEAFE6 Perfume

📋 copy color: '#CEAFE6'

red 206 ◦ green 175 ◦ blue 230

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

Shades of Perfume #CEAFE6

Tints of Perfume #CEAFE6

RGB

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

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

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

R = 33.72%
G = 28.64%
B = 37.64%

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

#CEAFE6 (or 0xCEAFE6) is known color: Perfume. HEX triplet: CE, AF and E6. RGB value is (206,175,230). Sum of RGB (Red+Green+Blue) = 206+175+230=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFE6 is #315019. Grayscale: #BEBEBE. Windows color (decimal): -3231770 or 15118286. OLE color: 15118286.

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

Color convert

RGB 206 175 230 -
CMYK 0.10 0.24 0 0.10
HSL 273.82º 0.52% 0.79% -
HSV(B) 273.82º 0.24% 0.9% -
XYZ 55.07 49.49 81.51 -
YUV 190.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 206 175 230 0.10 0.24 0 0.10 273.82 0.52 0.79
Hex CE AF E6 A 18 0 A 112 34 4F
Octal 316 257 346 12 30 0 12 422 64 117
Binary 11001110 10101111 11100110 1010 11000 0 1010 100010010 110100 1001111

Color Harmonies of #CEAFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFE6

Black with #CEAFE6

Text Example


Text Example

White with #CEAFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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