Html Css Color HEX #DCEF9E Reef

📋 copy color: '#DCEF9E'

red 220 ◦ green 239 ◦ blue 158

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

Shades of Reef #DCEF9E

Tints of Reef #DCEF9E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

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

R = 35.66%
G = 38.74%
B = 25.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#DCEF9E (or 0xDCEF9E) is known color: Reef. HEX triplet: DC, EF and 9E. RGB value is (220,239,158). Sum of RGB (Red+Green+Blue) = 220+239+158=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF9E is #231061. Grayscale: #E0E0E0. Windows color (decimal): -2297954 or 10416092. OLE color: 10416092.

HSL color Cylindrical-coordinate representation of color #DCEF9E: hue angle of 74.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEF9E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 158 -
CMYK 0.08 0 0.34 0.06
HSL 74.07º 0.72% 0.78% -
HSV(B) 74.07º 0.34% 0.94% -
XYZ 66.55 79.42 44.17 -
YUV 224.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 220 239 158 0.08 0 0.34 0.06 74.07 0.72 0.78
Hex DC EF 9E 8 0 22 6 4A 48 4E
Octal 334 357 236 10 0 42 6 112 110 116
Binary 11011100 11101111 10011110 1000 0 100010 110 1001010 1001000 1001110

Color Harmonies of #DCEF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF9E

Black with #DCEF9E

Text Example


Text Example

White with #DCEF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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