Html Css Color HEX #D7DEAF Orinoco

📋 copy color: '#D7DEAF'

red 215 ◦ green 222 ◦ blue 175

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

Shades of Orinoco #D7DEAF

Tints of Orinoco #D7DEAF

RGB

 RED value IS 215 (84.38% from 255) = 35.13%

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

 BLUE value IS 175 (68.75% from 255) = 28.59%

R = 35.13%
G = 36.27%
B = 28.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D7DEAF (or 0xD7DEAF) is known color: Orinoco. HEX triplet: D7, DE and AF. RGB value is (215,222,175). Sum of RGB (Red+Green+Blue) = 215+222+175=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEAF is #282150. Grayscale: #D6D6D6. Windows color (decimal): -2629969 or 11525847. OLE color: 11525847.

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

Color convert

RGB 215 222 175 -
CMYK 0.03 0 0.21 0.13
HSL 68.94º 0.42% 0.78% -
HSV(B) 68.94º 0.21% 0.87% -
XYZ 61.88 69.78 50.77 -
YUV 214.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 215 222 175 0.03 0 0.21 0.13 68.94 0.42 0.78
Hex D7 DE AF 3 0 15 D 45 2A 4E
Octal 327 336 257 3 0 25 15 105 52 116
Binary 11010111 11011110 10101111 11 0 10101 1101 1000101 101010 1001110

Color Harmonies of #D7DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEAF

Black with #D7DEAF

Text Example


Text Example

White with #D7DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEAF; }

 p { color: rgb(215,222,175); }

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

background-color css

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

 a { background-color: rgb(215,222,175); }

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

border-color css

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

 span { border-color: rgb(215,222,175); }

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