Html Css Color HEX #DCEFB4 Reef

📋 copy color: '#DCEFB4'

red 220 ◦ green 239 ◦ blue 180

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

Shades of Reef #DCEFB4

Tints of Reef #DCEFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.17%

R = 34.43%
G = 37.4%
B = 28.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#DCEFB4 (or 0xDCEFB4) is known color: Reef. HEX triplet: DC, EF and B4. RGB value is (220,239,180). Sum of RGB (Red+Green+Blue) = 220+239+180=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFB4 is #23104B. Grayscale: #E2E2E2. Windows color (decimal): -2297932 or 11857884. OLE color: 11857884.

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

Color convert

RGB 220 239 180 -
CMYK 0.08 0 0.25 0.06
HSL 79.32º 0.65% 0.82% -
HSV(B) 79.32º 0.25% 0.94% -
XYZ 68.62 80.24 55.05 -
YUV 226.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 220 239 180 0.08 0 0.25 0.06 79.32 0.65 0.82
Hex DC EF B4 8 0 19 6 4F 41 52
Octal 334 357 264 10 0 31 6 117 101 122
Binary 11011100 11101111 10110100 1000 0 11001 110 1001111 1000001 1010010

Color Harmonies of #DCEFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFB4

Black with #DCEFB4

Text Example


Text Example

White with #DCEFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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