Html Css Color HEX #DCEDAE Reef

📋 copy color: '#DCEDAE'

red 220 ◦ green 237 ◦ blue 174

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

Shades of Reef #DCEDAE

Tints of Reef #DCEDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.58%

R = 34.87%
G = 37.56%
B = 27.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DCEDAE (or 0xDCEDAE) is known color: Reef. HEX triplet: DC, ED and AE. RGB value is (220,237,174). Sum of RGB (Red+Green+Blue) = 220+237+174=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAE is #231251. Grayscale: #E0E0E0. Windows color (decimal): -2298450 or 11464156. OLE color: 11464156.

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

Color convert

RGB 220 237 174 -
CMYK 0.07 0 0.27 0.07
HSL 76.19º 0.64% 0.81% -
HSV(B) 76.19º 0.27% 0.93% -
XYZ 67.44 78.84 51.71 -
YUV 224.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 220 237 174 0.07 0 0.27 0.07 76.19 0.64 0.81
Hex DC ED AE 7 0 1B 7 4C 40 51
Octal 334 355 256 7 0 33 7 114 100 121
Binary 11011100 11101101 10101110 111 0 11011 111 1001100 1000000 1010001

Color Harmonies of #DCEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDAE

Black with #DCEDAE

Text Example


Text Example

White with #DCEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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