Html Css Color HEX #CEAFE7 Perfume

📋 copy color: '#CEAFE7'

red 206 ◦ green 175 ◦ blue 231

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

Shades of Perfume #CEAFE7

Tints of Perfume #CEAFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 33.66%
G = 28.59%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEAFE7 (or 0xCEAFE7) is known color: Perfume. HEX triplet: CE, AF and E7. RGB value is (206,175,231). Sum of RGB (Red+Green+Blue) = 206+175+231=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFE7 is #315018. Grayscale: #BEBEBE. Windows color (decimal): -3231769 or 15183822. OLE color: 15183822.

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

Color convert

RGB 206 175 231 -
CMYK 0.11 0.24 0 0.09
HSL 273.21º 0.54% 0.8% -
HSV(B) 273.21º 0.24% 0.91% -
XYZ 55.21 49.55 82.26 -
YUV 190.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 206 175 231 0.11 0.24 0 0.09 273.21 0.54 0.8
Hex CE AF E7 B 18 0 9 111 36 50
Octal 316 257 347 13 30 0 11 421 66 120
Binary 11001110 10101111 11100111 1011 11000 0 1001 100010001 110110 1010000

Color Harmonies of #CEAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFE7

Black with #CEAFE7

Text Example


Text Example

White with #CEAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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