Html Css Color HEX #DCEFB1 Reef

📋 copy color: '#DCEFB1'

red 220 ◦ green 239 ◦ blue 177

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

Shades of Reef #DCEFB1

Tints of Reef #DCEFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.83%

R = 34.59%
G = 37.58%
B = 27.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#DCEFB1 (or 0xDCEFB1) is known color: Reef. HEX triplet: DC, EF and B1. RGB value is (220,239,177). Sum of RGB (Red+Green+Blue) = 220+239+177=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFB1 is #23104E. Grayscale: #E2E2E2. Windows color (decimal): -2297935 or 11661276. OLE color: 11661276.

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

Color convert

RGB 220 239 177 -
CMYK 0.08 0 0.26 0.06
HSL 78.39º 0.66% 0.82% -
HSV(B) 78.39º 0.26% 0.94% -
XYZ 68.32 80.12 53.46 -
YUV 226.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 220 239 177 0.08 0 0.26 0.06 78.39 0.66 0.82
Hex DC EF B1 8 0 1A 6 4E 42 52
Octal 334 357 261 10 0 32 6 116 102 122
Binary 11011100 11101111 10110001 1000 0 11010 110 1001110 1000010 1010010

Color Harmonies of #DCEFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFB1

Black with #DCEFB1

Text Example


Text Example

White with #DCEFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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