Html Css Color HEX #D4DEAF Orinoco

📋 copy color: '#D4DEAF'

red 212 ◦ green 222 ◦ blue 175

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

Shades of Orinoco #D4DEAF

Tints of Orinoco #D4DEAF

RGB

 RED value IS 212 (83.2% from 255) = 34.81%

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

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

R = 34.81%
G = 36.45%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D4DEAF (or 0xD4DEAF) is known color: Orinoco. HEX triplet: D4, DE and AF. RGB value is (212,222,175). Sum of RGB (Red+Green+Blue) = 212+222+175=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DEAF is #2B2150. Grayscale: #D5D5D5. Windows color (decimal): -2826577 or 11525844. OLE color: 11525844.

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

Color convert

RGB 212 222 175 -
CMYK 0.05 0 0.21 0.13
HSL 72.77º 0.42% 0.78% -
HSV(B) 72.77º 0.21% 0.87% -
XYZ 61.01 69.33 50.72 -
YUV 213.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 212 222 175 0.05 0 0.21 0.13 72.77 0.42 0.78
Hex D4 DE AF 5 0 15 D 49 2A 4E
Octal 324 336 257 5 0 25 15 111 52 116
Binary 11010100 11011110 10101111 101 0 10101 1101 1001001 101010 1001110

Color Harmonies of #D4DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEAF

Black with #D4DEAF

Text Example


Text Example

White with #D4DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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