Html Css Color HEX #DECCAE Spanish White

📋 copy color: '#DECCAE'

red 222 ◦ green 204 ◦ blue 174

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

Shades of Spanish White #DECCAE

Tints of Spanish White #DECCAE

RGB

 RED value IS 222 (87.11% from 255) = 37%

 GREEN value IS 204 (80.08% from 255) = 34%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 37%
G = 34%
B = 29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DECCAE (or 0xDECCAE) is known color: Spanish White. HEX triplet: DE, CC and AE. RGB value is (222,204,174). Sum of RGB (Red+Green+Blue) = 222+204+174=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCAE is #213351. Grayscale: #CECECE. Windows color (decimal): -2175826 or 11455710. OLE color: 11455710.

HSL color Cylindrical-coordinate representation of color #DECCAE: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DECCAE is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 174 -
CMYK 0 0.08 0.22 0.13
HSL 37.5º 0.42% 0.78% -
HSV(B) 37.5º 0.22% 0.87% -
XYZ 59.36 61.77 48.84 -
YUV 205.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 222 204 174 0 0.08 0.22 0.13 37.5 0.42 0.78
Hex DE CC AE 0 8 16 D 26 2A 4E
Octal 336 314 256 0 10 26 15 46 52 116
Binary 11011110 11001100 10101110 0 1000 10110 1101 100110 101010 1001110

Color Harmonies of #DECCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECCAE

Black with #DECCAE

Text Example


Text Example

White with #DECCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECCAE; }

 p { color: rgb(222,204,174); }

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

background-color css

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

 a { background-color: rgb(222,204,174); }

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

border-color css

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

 span { border-color: rgb(222,204,174); }

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