Html Css Color HEX #D0ECB2 Reef

📋 copy color: '#D0ECB2'

red 208 ◦ green 236 ◦ blue 178

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

Shades of Reef #D0ECB2

Tints of Reef #D0ECB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.62%

R = 33.44%
G = 37.94%
B = 28.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#D0ECB2 (or 0xD0ECB2) is known color: Reef. HEX triplet: D0, EC and B2. RGB value is (208,236,178). Sum of RGB (Red+Green+Blue) = 208+236+178=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECB2 is #2F134D. Grayscale: #DDDDDD. Windows color (decimal): -3085134 or 11726032. OLE color: 11726032.

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

Color convert

RGB 208 236 178 -
CMYK 0.12 0 0.25 0.07
HSL 88.97º 0.6% 0.81% -
HSV(B) 88.97º 0.25% 0.93% -
XYZ 64.04 76.62 53.53 -
YUV 221.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 208 236 178 0.12 0 0.25 0.07 88.97 0.6 0.81
Hex D0 EC B2 C 0 19 7 59 3C 51
Octal 320 354 262 14 0 31 7 131 74 121
Binary 11010000 11101100 10110010 1100 0 11001 111 1011001 111100 1010001

Color Harmonies of #D0ECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECB2

Black with #D0ECB2

Text Example


Text Example

White with #D0ECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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