Html Css Color HEX #EDE6D7 Cararra

📋 copy color: '#EDE6D7'

red 237 ◦ green 230 ◦ blue 215

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

Shades of Cararra #EDE6D7

Tints of Cararra #EDE6D7

RGB

 RED value IS 237 (92.97% from 255) = 34.75%

 GREEN value IS 230 (90.23% from 255) = 33.72%

 BLUE value IS 215 (84.38% from 255) = 31.52%

R = 34.75%
G = 33.72%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDE6D7 (or 0xEDE6D7) is known color: Cararra. HEX triplet: ED, E6 and D7. RGB value is (237,230,215). Sum of RGB (Red+Green+Blue) = 237+230+215=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6D7 is #121928. Grayscale: #E6E6E6. Windows color (decimal): -1186089 or 14149357. OLE color: 14149357.

HSL color Cylindrical-coordinate representation of color #EDE6D7: hue angle of 40.91º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE6D7 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 215 -
CMYK 0 0.03 0.09 0.07
HSL 40.91º 0.38% 0.89% -
HSV(B) 40.91º 0.09% 0.93% -
XYZ 75.49 79.5 75.66 -
YUV 230.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 237 230 215 0 0.03 0.09 0.07 40.91 0.38 0.89
Hex ED E6 D7 0 3 9 7 29 26 59
Octal 355 346 327 0 3 11 7 51 46 131
Binary 11101101 11100110 11010111 0 11 1001 111 101001 100110 1011001

Color Harmonies of #EDE6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6D7

Black with #EDE6D7

Text Example


Text Example

White with #EDE6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6D7; }

 p { color: rgb(237,230,215); }

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

background-color css

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

 a { background-color: rgb(237,230,215); }

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

border-color css

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

 span { border-color: rgb(237,230,215); }

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