Html Css Color HEX #DCED9E Reef

📋 copy color: '#DCED9E'

red 220 ◦ green 237 ◦ blue 158

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

Shades of Reef #DCED9E

Tints of Reef #DCED9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.69%

R = 35.77%
G = 38.54%
B = 25.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#DCED9E (or 0xDCED9E) is known color: Reef. HEX triplet: DC, ED and 9E. RGB value is (220,237,158). Sum of RGB (Red+Green+Blue) = 220+237+158=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED9E is #231261. Grayscale: #DFDFDF. Windows color (decimal): -2298466 or 10415580. OLE color: 10415580.

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

Color convert

RGB 220 237 158 -
CMYK 0.07 0 0.33 0.07
HSL 72.91º 0.69% 0.77% -
HSV(B) 72.91º 0.33% 0.93% -
XYZ 65.97 78.25 43.97 -
YUV 222.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 220 237 158 0.07 0 0.33 0.07 72.91 0.69 0.77
Hex DC ED 9E 7 0 21 7 49 45 4D
Octal 334 355 236 7 0 41 7 111 105 115
Binary 11011100 11101101 10011110 111 0 100001 111 1001001 1000101 1001101

Color Harmonies of #DCED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED9E

Black with #DCED9E

Text Example


Text Example

White with #DCED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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