Html Css Color HEX #CEAEB7 Pink Flare

📋 copy color: '#CEAEB7'

red 206 ◦ green 174 ◦ blue 183

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

Shades of Pink Flare #CEAEB7

Tints of Pink Flare #CEAEB7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.91%

 BLUE value IS 183 (71.88% from 255) = 32.5%

R = 36.59%
G = 30.91%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEAEB7 (or 0xCEAEB7) is known color: Pink Flare. HEX triplet: CE, AE and B7. RGB value is (206,174,183). Sum of RGB (Red+Green+Blue) = 206+174+183=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEB7 is #315148. Grayscale: #B8B8B8. Windows color (decimal): -3232073 or 12037838. OLE color: 12037838.

HSL color Cylindrical-coordinate representation of color #CEAEB7: hue angle of 343.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEB7 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 183 -
CMYK 0 0.16 0.11 0.19
HSL 343.13º 0.25% 0.75% -
HSV(B) 343.13º 0.16% 0.81% -
XYZ 49.14 46.81 51.25 -
YUV 184.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 206 174 183 0 0.16 0.11 0.19 343.13 0.25 0.75
Hex CE AE B7 0 10 B 13 157 19 4B
Octal 316 256 267 0 20 13 23 527 31 113
Binary 11001110 10101110 10110111 0 10000 1011 10011 101010111 11001 1001011

Color Harmonies of #CEAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEB7

Black with #CEAEB7

Text Example


Text Example

White with #CEAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEB7; }

 p { color: rgb(206,174,183); }

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

background-color css

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

 a { background-color: rgb(206,174,183); }

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

border-color css

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

 span { border-color: rgb(206,174,183); }

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