Html Css Color HEX #D6EDB2 Reef

📋 copy color: '#D6EDB2'

red 214 ◦ green 237 ◦ blue 178

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

Shades of Reef #D6EDB2

Tints of Reef #D6EDB2

RGB

 RED value IS 214 (83.98% from 255) = 34.02%

 GREEN value IS 237 (92.97% from 255) = 37.68%

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

R = 34.02%
G = 37.68%
B = 28.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#D6EDB2 (or 0xD6EDB2) is known color: Reef. HEX triplet: D6, ED and B2. RGB value is (214,237,178). Sum of RGB (Red+Green+Blue) = 214+237+178=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDB2 is #29124D. Grayscale: #DFDFDF. Windows color (decimal): -2691662 or 11726294. OLE color: 11726294.

HSL color Cylindrical-coordinate representation of color #D6EDB2: hue angle of 83.39º degrees, saturation: 0.62, 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 #D6EDB2 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 178 -
CMYK 0.10 0 0.25 0.07
HSL 83.39º 0.62% 0.81% -
HSV(B) 83.39º 0.25% 0.93% -
XYZ 66.05 78.08 53.71 -
YUV 223.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 214 237 178 0.10 0 0.25 0.07 83.39 0.62 0.81
Hex D6 ED B2 A 0 19 7 53 3E 51
Octal 326 355 262 12 0 31 7 123 76 121
Binary 11010110 11101101 10110010 1010 0 11001 111 1010011 111110 1010001

Color Harmonies of #D6EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDB2

Black with #D6EDB2

Text Example


Text Example

White with #D6EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDB2; }

 p { color: rgb(214,237,178); }

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

background-color css

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

 a { background-color: rgb(214,237,178); }

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

border-color css

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

 span { border-color: rgb(214,237,178); }

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