Html Css Color HEX #D5DBBA Orinoco

📋 copy color: '#D5DBBA'

red 213 ◦ green 219 ◦ blue 186

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

Shades of Orinoco #D5DBBA

Tints of Orinoco #D5DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.44%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 34.47%
G = 35.44%
B = 30.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D5DBBA (or 0xD5DBBA) is known color: Orinoco. HEX triplet: D5, DB and BA. RGB value is (213,219,186). Sum of RGB (Red+Green+Blue) = 213+219+186=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBBA is #2A2445. Grayscale: #D5D5D5. Windows color (decimal): -2761798 or 12245973. OLE color: 12245973.

HSL color Cylindrical-coordinate representation of color #D5DBBA: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DBBA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 186 -
CMYK 0.03 0 0.15 0.14
HSL 70.91º 0.31% 0.79% -
HSV(B) 70.91º 0.15% 0.86% -
XYZ 61.64 68.35 56.4 -
YUV 213.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 213 219 186 0.03 0 0.15 0.14 70.91 0.31 0.79
Hex D5 DB BA 3 0 F E 47 1F 4F
Octal 325 333 272 3 0 17 16 107 37 117
Binary 11010101 11011011 10111010 11 0 1111 1110 1000111 11111 1001111

Color Harmonies of #D5DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBBA

Black with #D5DBBA

Text Example


Text Example

White with #D5DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBBA; }

 p { color: rgb(213,219,186); }

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

background-color css

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

 a { background-color: rgb(213,219,186); }

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

border-color css

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

 span { border-color: rgb(213,219,186); }

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