Html Css Color HEX #CEAFE3 Perfume

📋 copy color: '#CEAFE3'

red 206 ◦ green 175 ◦ blue 227

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

Shades of Perfume #CEAFE3

Tints of Perfume #CEAFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.34%

R = 33.88%
G = 28.78%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEAFE3 (or 0xCEAFE3) is known color: Perfume. HEX triplet: CE, AF and E3. RGB value is (206,175,227). Sum of RGB (Red+Green+Blue) = 206+175+227=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE3 is #31501C. Grayscale: #BEBEBE. Windows color (decimal): -3231773 or 14921678. OLE color: 14921678.

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

Color convert

RGB 206 175 227 -
CMYK 0.09 0.23 0 0.11
HSL 275.77º 0.48% 0.79% -
HSV(B) 275.77º 0.23% 0.89% -
XYZ 54.65 49.33 79.31 -
YUV 190.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 206 175 227 0.09 0.23 0 0.11 275.77 0.48 0.79
Hex CE AF E3 9 17 0 B 114 30 4F
Octal 316 257 343 11 27 0 13 424 60 117
Binary 11001110 10101111 11100011 1001 10111 0 1011 100010100 110000 1001111

Color Harmonies of #CEAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFE3

Black with #CEAFE3

Text Example


Text Example

White with #CEAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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