Html Css Color HEX #DCEDA8 Reef

📋 copy color: '#DCEDA8'

red 220 ◦ green 237 ◦ blue 168

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

Shades of Reef #DCEDA8

Tints of Reef #DCEDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.88%

R = 35.2%
G = 37.92%
B = 26.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#DCEDA8 (or 0xDCEDA8) is known color: Reef. HEX triplet: DC, ED and A8. RGB value is (220,237,168). Sum of RGB (Red+Green+Blue) = 220+237+168=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA8 is #231257. Grayscale: #E0E0E0. Windows color (decimal): -2298456 or 11070940. OLE color: 11070940.

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

Color convert

RGB 220 237 168 -
CMYK 0.07 0 0.29 0.07
HSL 74.78º 0.66% 0.79% -
HSV(B) 74.78º 0.29% 0.93% -
XYZ 66.87 78.61 48.69 -
YUV 224.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 220 237 168 0.07 0 0.29 0.07 74.78 0.66 0.79
Hex DC ED A8 7 0 1D 7 4B 42 4F
Octal 334 355 250 7 0 35 7 113 102 117
Binary 11011100 11101101 10101000 111 0 11101 111 1001011 1000010 1001111

Color Harmonies of #DCEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDA8

Black with #DCEDA8

Text Example


Text Example

White with #DCEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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