Html Css Color HEX #D5DEA6 Orinoco

📋 copy color: '#D5DEA6'

red 213 ◦ green 222 ◦ blue 166

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

Shades of Orinoco #D5DEA6

Tints of Orinoco #D5DEA6

RGB

 RED value IS 213 (83.59% from 255) = 35.44%

 GREEN value IS 222 (87.11% from 255) = 36.94%

 BLUE value IS 166 (65.23% from 255) = 27.62%

R = 35.44%
G = 36.94%
B = 27.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#D5DEA6 (or 0xD5DEA6) is known color: Orinoco. HEX triplet: D5, DE and A6. RGB value is (213,222,166). Sum of RGB (Red+Green+Blue) = 213+222+166=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DEA6 is #2A2159. Grayscale: #D5D5D5. Windows color (decimal): -2761050 or 10936021. OLE color: 10936021.

HSL color Cylindrical-coordinate representation of color #D5DEA6: hue angle of 69.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5DEA6 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 166 -
CMYK 0.04 0 0.25 0.13
HSL 69.64º 0.46% 0.76% -
HSV(B) 69.64º 0.25% 0.87% -
XYZ 60.44 69.14 46.24 -
YUV 212.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 213 222 166 0.04 0 0.25 0.13 69.64 0.46 0.76
Hex D5 DE A6 4 0 19 D 46 2E 4C
Octal 325 336 246 4 0 31 15 106 56 114
Binary 11010101 11011110 10100110 100 0 11001 1101 1000110 101110 1001100

Color Harmonies of #D5DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEA6

Black with #D5DEA6

Text Example


Text Example

White with #D5DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEA6; }

 p { color: rgb(213,222,166); }

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

background-color css

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

 a { background-color: rgb(213,222,166); }

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

border-color css

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

 span { border-color: rgb(213,222,166); }

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