Html Css Color HEX #DCEFA4 Reef

📋 copy color: '#DCEFA4'

red 220 ◦ green 239 ◦ blue 164

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

Shades of Reef #DCEFA4

Tints of Reef #DCEFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.32%

R = 35.31%
G = 38.36%
B = 26.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#DCEFA4 (or 0xDCEFA4) is known color: Reef. HEX triplet: DC, EF and A4. RGB value is (220,239,164). Sum of RGB (Red+Green+Blue) = 220+239+164=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA4 is #23105B. Grayscale: #E1E1E1. Windows color (decimal): -2297948 or 10809308. OLE color: 10809308.

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

Color convert

RGB 220 239 164 -
CMYK 0.08 0 0.31 0.06
HSL 75.2º 0.7% 0.79% -
HSV(B) 75.2º 0.31% 0.94% -
XYZ 67.08 79.63 46.96 -
YUV 224.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 220 239 164 0.08 0 0.31 0.06 75.2 0.7 0.79
Hex DC EF A4 8 0 1F 6 4B 46 4F
Octal 334 357 244 10 0 37 6 113 106 117
Binary 11011100 11101111 10100100 1000 0 11111 110 1001011 1000110 1001111

Color Harmonies of #DCEFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFA4

Black with #DCEFA4

Text Example


Text Example

White with #DCEFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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