Html Css Color HEX #FFE9CD Blanched Almond

📋 copy color: '#FFE9CD'

red 255 ◦ green 233 ◦ blue 205

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

Shades of Blanched Almond #FFE9CD

Tints of Blanched Almond #FFE9CD

RGB

 RED value IS 255 (100% from 255) = 36.8%

 GREEN value IS 233 (91.41% from 255) = 33.62%

 BLUE value IS 205 (80.47% from 255) = 29.58%

R = 36.8%
G = 33.62%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFE9CD (or 0xFFE9CD) is known color: Blanched Almond. HEX triplet: FF, E9 and CD. RGB value is (255,233,205). Sum of RGB (Red+Green+Blue) = 255+233+205=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9CD is #001632. Grayscale: #ECECEC. Windows color (decimal): -5683 or 13494783. OLE color: 13494783.

HSL color Cylindrical-coordinate representation of color #FFE9CD: hue angle of 33.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE9CD is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 233 205 -
CMYK 0 0.09 0.20 0
HSL 33.6º 1% 0.9% -
HSV(B) 33.6º 0.2% 1% -
XYZ 81.4 83.95 69.67 -
YUV 236.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 255 233 205 0 0.09 0.20 0 33.6 1 0.9
Hex FF E9 CD 0 9 14 0 22 64 5A
Octal 377 351 315 0 11 24 0 42 144 132
Binary 11111111 11101001 11001101 0 1001 10100 0 100010 1100100 1011010

Color Harmonies of #FFE9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE9CD

Black with #FFE9CD

Text Example


Text Example

White with #FFE9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE9CD; }

 p { color: rgb(255,233,205); }

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

background-color css

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

 a { background-color: rgb(255,233,205); }

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

border-color css

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

 span { border-color: rgb(255,233,205); }

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