Html Css Color HEX #D0ECAD Reef

📋 copy color: '#D0ECAD'

red 208 ◦ green 236 ◦ blue 173

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

Shades of Reef #D0ECAD

Tints of Reef #D0ECAD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.25%

 BLUE value IS 173 (67.97% from 255) = 28.04%

R = 33.71%
G = 38.25%
B = 28.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D0ECAD (or 0xD0ECAD) is known color: Reef. HEX triplet: D0, EC and AD. RGB value is (208,236,173). Sum of RGB (Red+Green+Blue) = 208+236+173=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECAD is #2F1352. Grayscale: #DCDCDC. Windows color (decimal): -3085139 or 11398352. OLE color: 11398352.

HSL color Cylindrical-coordinate representation of color #D0ECAD: hue angle of 86.67º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0ECAD is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 236 173 -
CMYK 0.12 0 0.27 0.07
HSL 86.67º 0.62% 0.8% -
HSV(B) 86.67º 0.27% 0.93% -
XYZ 63.55 76.42 50.94 -
YUV 220.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 208 236 173 0.12 0 0.27 0.07 86.67 0.62 0.8
Hex D0 EC AD C 0 1B 7 57 3E 50
Octal 320 354 255 14 0 33 7 127 76 120
Binary 11010000 11101100 10101101 1100 0 11011 111 1010111 111110 1010000

Color Harmonies of #D0ECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECAD

Black with #D0ECAD

Text Example


Text Example

White with #D0ECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECAD; }

 p { color: rgb(208,236,173); }

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

background-color css

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

 a { background-color: rgb(208,236,173); }

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

border-color css

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

 span { border-color: rgb(208,236,173); }

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