Html Css Color HEX #ECCFA2 Dairy Cream

📋 copy color: '#ECCFA2'

red 236 ◦ green 207 ◦ blue 162

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

Shades of Dairy Cream #ECCFA2

Tints of Dairy Cream #ECCFA2

RGB

 RED value IS 236 (92.58% from 255) = 39.01%

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

 BLUE value IS 162 (63.67% from 255) = 26.78%

R = 39.01%
G = 34.21%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECCFA2 (or 0xECCFA2) is known color: Dairy Cream. HEX triplet: EC, CF and A2. RGB value is (236,207,162). Sum of RGB (Red+Green+Blue) = 236+207+162=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFA2 is #13305D. Grayscale: #D2D2D2. Windows color (decimal): -1257566 or 10670060. OLE color: 10670060.

HSL color Cylindrical-coordinate representation of color #ECCFA2: hue angle of 36.49º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECCFA2 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 207 162 -
CMYK 0 0.12 0.31 0.07
HSL 36.49º 0.66% 0.78% -
HSV(B) 36.49º 0.31% 0.93% -
XYZ 63.43 65.07 43.4 -
YUV 210.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 236 207 162 0 0.12 0.31 0.07 36.49 0.66 0.78
Hex EC CF A2 0 C 1F 7 24 42 4E
Octal 354 317 242 0 14 37 7 44 102 116
Binary 11101100 11001111 10100010 0 1100 11111 111 100100 1000010 1001110

Color Harmonies of #ECCFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCFA2

Black with #ECCFA2

Text Example


Text Example

White with #ECCFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCFA2; }

 p { color: rgb(236,207,162); }

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

background-color css

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

 a { background-color: rgb(236,207,162); }

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

border-color css

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

 span { border-color: rgb(236,207,162); }

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