Html Css Color HEX #EEE6D6 Cararra

📋 copy color: '#EEE6D6'

red 238 ◦ green 230 ◦ blue 214

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

Shades of Cararra #EEE6D6

Tints of Cararra #EEE6D6

RGB

 RED value IS 238 (93.36% from 255) = 34.9%

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

 BLUE value IS 214 (83.98% from 255) = 31.38%

R = 34.9%
G = 33.72%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEE6D6 (or 0xEEE6D6) is known color: Cararra. HEX triplet: EE, E6 and D6. RGB value is (238,230,214). Sum of RGB (Red+Green+Blue) = 238+230+214=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6D6 is #111929. Grayscale: #E6E6E6. Windows color (decimal): -1120554 or 14083822. OLE color: 14083822.

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

Color convert

RGB 238 230 214 -
CMYK 0 0.03 0.10 0.07
HSL 40º 0.41% 0.89% -
HSV(B) 40º 0.1% 0.93% -
XYZ 75.69 79.63 75 -
YUV 230.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 238 230 214 0 0.03 0.10 0.07 40 0.41 0.89
Hex EE E6 D6 0 3 A 7 28 29 59
Octal 356 346 326 0 3 12 7 50 51 131
Binary 11101110 11100110 11010110 0 11 1010 111 101000 101001 1011001

Color Harmonies of #EEE6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE6D6

Black with #EEE6D6

Text Example


Text Example

White with #EEE6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE6D6; }

 p { color: rgb(238,230,214); }

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

background-color css

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

 a { background-color: rgb(238,230,214); }

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

border-color css

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

 span { border-color: rgb(238,230,214); }

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