Html Css Color HEX #E9CFD4 Pale Rose

📋 copy color: '#E9CFD4'

red 233 ◦ green 207 ◦ blue 212

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

Shades of Pale Rose #E9CFD4

Tints of Pale Rose #E9CFD4

RGB

 RED value IS 233 (91.41% from 255) = 35.74%

 GREEN value IS 207 (81.25% from 255) = 31.75%

 BLUE value IS 212 (83.2% from 255) = 32.52%

R = 35.74%
G = 31.75%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E9CFD4 (or 0xE9CFD4) is known color: Pale Rose. HEX triplet: E9, CF and D4. RGB value is (233,207,212). Sum of RGB (Red+Green+Blue) = 233+207+212=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFD4 is #16302B. Grayscale: #D7D7D7. Windows color (decimal): -1454124 or 13946857. OLE color: 13946857.

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

Color convert

RGB 233 207 212 -
CMYK 0 0.11 0.09 0.09
HSL 348.46º 0.37% 0.86% -
HSV(B) 348.46º 0.11% 0.91% -
XYZ 67.8 66.7 71.59 -
YUV 215.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 233 207 212 0 0.11 0.09 0.09 348.46 0.37 0.86
Hex E9 CF D4 0 B 9 9 15C 25 56
Octal 351 317 324 0 13 11 11 534 45 126
Binary 11101001 11001111 11010100 0 1011 1001 1001 101011100 100101 1010110

Color Harmonies of #E9CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFD4

Black with #E9CFD4

Text Example


Text Example

White with #E9CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFD4; }

 p { color: rgb(233,207,212); }

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

background-color css

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

 a { background-color: rgb(233,207,212); }

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

border-color css

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

 span { border-color: rgb(233,207,212); }

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