Html Css Color HEX #DCEDB2 Reef

📋 copy color: '#DCEDB2'

red 220 ◦ green 237 ◦ blue 178

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

Shades of Reef #DCEDB2

Tints of Reef #DCEDB2

RGB

 RED value IS 220 (86.33% from 255) = 34.65%

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

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

R = 34.65%
G = 37.32%
B = 28.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#DCEDB2 (or 0xDCEDB2) is known color: Reef. HEX triplet: DC, ED and B2. RGB value is (220,237,178). Sum of RGB (Red+Green+Blue) = 220+237+178=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDB2 is #23124D. Grayscale: #E1E1E1. Windows color (decimal): -2298446 or 11726300. OLE color: 11726300.

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

Color convert

RGB 220 237 178 -
CMYK 0.07 0 0.25 0.07
HSL 77.29º 0.62% 0.81% -
HSV(B) 77.29º 0.25% 0.93% -
XYZ 67.84 79 53.79 -
YUV 225.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 220 237 178 0.07 0 0.25 0.07 77.29 0.62 0.81
Hex DC ED B2 7 0 19 7 4D 3E 51
Octal 334 355 262 7 0 31 7 115 76 121
Binary 11011100 11101101 10110010 111 0 11001 111 1001101 111110 1010001

Color Harmonies of #DCEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDB2

Black with #DCEDB2

Text Example


Text Example

White with #DCEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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