Html Css Color HEX #D5DEAF Orinoco

📋 copy color: '#D5DEAF'

red 213 ◦ green 222 ◦ blue 175

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

Shades of Orinoco #D5DEAF

Tints of Orinoco #D5DEAF

RGB

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

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

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

R = 34.92%
G = 36.39%
B = 28.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D5DEAF (or 0xD5DEAF) is known color: Orinoco. HEX triplet: D5, DE and AF. RGB value is (213,222,175). Sum of RGB (Red+Green+Blue) = 213+222+175=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DEAF is #2A2150. Grayscale: #D6D6D6. Windows color (decimal): -2761041 or 11525845. OLE color: 11525845.

HSL color Cylindrical-coordinate representation of color #D5DEAF: hue angle of 71.49º 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 #D5DEAF is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 175 -
CMYK 0.04 0 0.21 0.13
HSL 71.49º 0.42% 0.78% -
HSV(B) 71.49º 0.21% 0.87% -
XYZ 61.3 69.48 50.74 -
YUV 213.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 213 222 175 0.04 0 0.21 0.13 71.49 0.42 0.78
Hex D5 DE AF 4 0 15 D 47 2A 4E
Octal 325 336 257 4 0 25 15 107 52 116
Binary 11010101 11011110 10101111 100 0 10101 1101 1000111 101010 1001110

Color Harmonies of #D5DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEAF

Black with #D5DEAF

Text Example


Text Example

White with #D5DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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