Html Css Color HEX #DCEFB3 Reef

📋 copy color: '#DCEFB3'

red 220 ◦ green 239 ◦ blue 179

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

Shades of Reef #DCEFB3

Tints of Reef #DCEFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.06%

R = 34.48%
G = 37.46%
B = 28.06%

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

#DCEFB3 (or 0xDCEFB3) is known color: Reef. HEX triplet: DC, EF and B3. RGB value is (220,239,179). Sum of RGB (Red+Green+Blue) = 220+239+179=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFB3 is #23104C. Grayscale: #E2E2E2. Windows color (decimal): -2297933 or 11792348. OLE color: 11792348.

HSL color Cylindrical-coordinate representation of color #DCEFB3: hue angle of 79º 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 #DCEFB3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 179 -
CMYK 0.08 0 0.25 0.06
HSL 79º 0.65% 0.82% -
HSV(B) 79º 0.25% 0.94% -
XYZ 68.52 80.2 54.52 -
YUV 226.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 220 239 179 0.08 0 0.25 0.06 79 0.65 0.82
Hex DC EF B3 8 0 19 6 4F 41 52
Octal 334 357 263 10 0 31 6 117 101 122
Binary 11011100 11101111 10110011 1000 0 11001 110 1001111 1000001 1010010

Color Harmonies of #DCEFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFB3

Black with #DCEFB3

Text Example


Text Example

White with #DCEFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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