Html Css Color HEX #D0E09B Reef

📋 copy color: '#D0E09B'

red 208 ◦ green 224 ◦ blue 155

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

Shades of Reef #D0E09B

Tints of Reef #D0E09B

RGB

 RED value IS 208 (81.64% from 255) = 35.43%

 GREEN value IS 224 (87.89% from 255) = 38.16%

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 35.43%
G = 38.16%
B = 26.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#D0E09B (or 0xD0E09B) is known color: Reef. HEX triplet: D0, E0 and 9B. RGB value is (208,224,155). Sum of RGB (Red+Green+Blue) = 208+224+155=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E09B is #2F1F64. Grayscale: #D3D3D3. Windows color (decimal): -3088229 or 10215632. OLE color: 10215632.

HSL color Cylindrical-coordinate representation of color #D0E09B: hue angle of 73.91º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0E09B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 155 -
CMYK 0.07 0 0.31 0.12
HSL 73.91º 0.53% 0.74% -
HSV(B) 73.91º 0.31% 0.88% -
XYZ 58.58 69.09 41.26 -
YUV 211.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 208 224 155 0.07 0 0.31 0.12 73.91 0.53 0.74
Hex D0 E0 9B 7 0 1F C 4A 35 4A
Octal 320 340 233 7 0 37 14 112 65 112
Binary 11010000 11100000 10011011 111 0 11111 1100 1001010 110101 1001010

Color Harmonies of #D0E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E09B

Black with #D0E09B

Text Example


Text Example

White with #D0E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E09B; }

 p { color: rgb(208,224,155); }

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

background-color css

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

 a { background-color: rgb(208,224,155); }

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

border-color css

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

 span { border-color: rgb(208,224,155); }

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