Html Css Color HEX #D8DDB8 Orinoco

📋 copy color: '#D8DDB8'

red 216 ◦ green 221 ◦ blue 184

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

Shades of Orinoco #D8DDB8

Tints of Orinoco #D8DDB8

RGB

 RED value IS 216 (84.77% from 255) = 34.78%

 GREEN value IS 221 (86.72% from 255) = 35.59%

 BLUE value IS 184 (72.27% from 255) = 29.63%

R = 34.78%
G = 35.59%
B = 29.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D8DDB8 (or 0xD8DDB8) is known color: Orinoco. HEX triplet: D8, DD and B8. RGB value is (216,221,184). Sum of RGB (Red+Green+Blue) = 216+221+184=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDB8 is #272247. Grayscale: #D7D7D7. Windows color (decimal): -2564680 or 12115416. OLE color: 12115416.

HSL color Cylindrical-coordinate representation of color #D8DDB8: hue angle of 68.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8DDB8 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 184 -
CMYK 0.02 0 0.17 0.13
HSL 68.11º 0.35% 0.79% -
HSV(B) 68.11º 0.17% 0.87% -
XYZ 62.83 69.77 55.5 -
YUV 215.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 216 221 184 0.02 0 0.17 0.13 68.11 0.35 0.79
Hex D8 DD B8 2 0 11 D 44 23 4F
Octal 330 335 270 2 0 21 15 104 43 117
Binary 11011000 11011101 10111000 10 0 10001 1101 1000100 100011 1001111

Color Harmonies of #D8DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDB8

Black with #D8DDB8

Text Example


Text Example

White with #D8DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDB8; }

 p { color: rgb(216,221,184); }

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

background-color css

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

 a { background-color: rgb(216,221,184); }

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

border-color css

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

 span { border-color: rgb(216,221,184); }

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