Html Css Color HEX #CEAEAA Oyster Pink

📋 copy color: '#CEAEAA'

red 206 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #CEAEAA

Tints of Oyster Pink #CEAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 37.45%
G = 31.64%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEAEAA (or 0xCEAEAA) is known color: Oyster Pink. HEX triplet: CE, AE and AA. RGB value is (206,174,170). Sum of RGB (Red+Green+Blue) = 206+174+170=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEAA is #315155. Grayscale: #B7B7B7. Windows color (decimal): -3232086 or 11185870. OLE color: 11185870.

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

Color convert

RGB 206 174 170 -
CMYK 0 0.16 0.17 0.19
HSL 6.67º 0.27% 0.74% -
HSV(B) 6.67º 0.17% 0.81% -
XYZ 47.85 46.3 44.44 -
YUV 183.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 206 174 170 0 0.16 0.17 0.19 6.67 0.27 0.74
Hex CE AE AA 0 10 11 13 7 1B 4A
Octal 316 256 252 0 20 21 23 7 33 112
Binary 11001110 10101110 10101010 0 10000 10001 10011 111 11011 1001010

Color Harmonies of #CEAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEAA

Black with #CEAEAA

Text Example


Text Example

White with #CEAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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