Html Css Color HEX #DCEDB0 Reef

📋 copy color: '#DCEDB0'

red 220 ◦ green 237 ◦ blue 176

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

Shades of Reef #DCEDB0

Tints of Reef #DCEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 34.76%
G = 37.44%
B = 27.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DCEDB0 (or 0xDCEDB0) is known color: Reef. HEX triplet: DC, ED and B0. RGB value is (220,237,176). Sum of RGB (Red+Green+Blue) = 220+237+176=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDB0 is #23124F. Grayscale: #E1E1E1. Windows color (decimal): -2298448 or 11595228. OLE color: 11595228.

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

Color convert

RGB 220 237 176 -
CMYK 0.07 0 0.26 0.07
HSL 76.72º 0.63% 0.81% -
HSV(B) 76.72º 0.26% 0.93% -
XYZ 67.64 78.92 52.74 -
YUV 224.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 220 237 176 0.07 0 0.26 0.07 76.72 0.63 0.81
Hex DC ED B0 7 0 1A 7 4D 3F 51
Octal 334 355 260 7 0 32 7 115 77 121
Binary 11011100 11101101 10110000 111 0 11010 111 1001101 111111 1010001

Color Harmonies of #DCEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDB0

Black with #DCEDB0

Text Example


Text Example

White with #DCEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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